summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-18 18:33:19 +0800
committerluwenpeng <[email protected]>2024-11-19 18:28:40 +0800
commitc2e9275a9e56f7d0567fc2512d5cab67932d39da (patch)
tree518da54d7f34ab4d6be2ece2808bcb85184ef572 /decoders
parent746d7fca060cd3dec350657fb1f61317e7fc32fa (diff)
remove session_manager_subscribe_xxx() API; convert session closing events to pseudo packets
when a session is closed, use the packet manager to create a pseudo packet, set the session to be closed as packet Exdata, and schedule it to the packet forwarding stage. when the pseudo packet free, the session will be free.
Diffstat (limited to 'decoders')
-rw-r--r--decoders/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/CMakeLists.txt b/decoders/CMakeLists.txt
index 7946822..0875131 100644
--- a/decoders/CMakeLists.txt
+++ b/decoders/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_subdirectory(lpi_plus)
+#add_subdirectory(lpi_plus)
#add_subdirectory(http)
#add_subdirectory(socks)
#add_subdirectory(stratum)