TSG-13347 统一术语使用session替换stream

This commit is contained in:
luwenpeng
2023-01-11 11:21:55 +08:00
parent fcc99918fd
commit 2a971cd9f4
13 changed files with 649 additions and 399 deletions

View File

@@ -1,4 +1,4 @@
add_library(common src/stream_addr.cpp src/stream_table.cpp src/bfd.cpp)
add_library(common src/addr_tuple4.cpp src/session_table.cpp src/bfd.cpp)
target_include_directories(common PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)