perf:通过控制报文PACKET_CUR_DIR字段判断当前包的方向,不再默认active控制报文为C2S方向
This commit is contained in:
@@ -22,14 +22,6 @@ add_executable(gtest_session_table test_session_table.cpp)
|
||||
target_include_directories(gtest_session_table PUBLIC ${CMAKE_SOURCE_DIR}/common/include)
|
||||
target_link_libraries(gtest_session_table common gtest)
|
||||
|
||||
###############################################################################
|
||||
# gtest_raw_packet
|
||||
###############################################################################
|
||||
|
||||
add_executable(gtest_raw_packet test_raw_packet.cpp)
|
||||
target_include_directories(gtest_raw_packet PUBLIC ${CMAKE_SOURCE_DIR}/common/include)
|
||||
target_link_libraries(gtest_raw_packet common gtest)
|
||||
|
||||
###############################################################################
|
||||
# gtest_discover_tests
|
||||
###############################################################################
|
||||
@@ -38,4 +30,3 @@ include(GoogleTest)
|
||||
gtest_discover_tests(gtest_addr)
|
||||
gtest_discover_tests(gtest_cmsg)
|
||||
gtest_discover_tests(gtest_session_table)
|
||||
gtest_discover_tests(gtest_raw_packet)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user