luwenpeng
c2e9275a9e
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.
2024-11-19 18:28:40 +08:00
luwenpeng
492a7fb8ea
add packet type raw and pseudo
2024-11-13 14:43:38 +08:00
luwenpeng
8349a631e1
rename: update session pool and packet pool API names for clarity
2024-11-08 19:17:23 +08:00
luwenpeng
89971d4b0a
packet IO support output fieldstat
2024-11-01 15:34:07 +08:00
luwenpeng
d56cda3d9a
session manager support output fieldstat
2024-11-01 15:24:22 +08:00
luwenpeng
3f3059b40f
refactor: packet manager and session manager add on_thread_init/on_thread_exit entry
2024-10-23 10:10:15 +08:00
luwenpeng
fd3cc20554
feature: packet IO support IP reassembly
2024-10-21 10:49:41 +08:00
luwenpeng
9e954386fd
Refactored packet IO to use packet_manager_schedule_packet() instead of stellar_send_build_packet() to send user-built packets
2024-10-09 11:53:10 +08:00
luwenpeng
aedc675c34
rename packet_io_input/output to packet_io_ingress/egress
2024-09-20 16:59:19 +08:00
luwenpeng
3dafe5393f
rename log_private.h to log_internal.h
2024-09-20 16:59:19 +08:00
luwenpeng
bf8ba97165
rename packet_private.h to packet_internal.h
2024-09-20 16:59:19 +08:00
luwenpeng
d1d5e6e09e
refactor packet IO, rename dumpfile mode to pcap mode, modify related configuration
2024-08-30 18:56:35 +08:00