Commit Graph

14 Commits

Author SHA1 Message Date
luwenpeng
492a7fb8ea add packet type raw and pseudo 2024-11-13 14:43:38 +08:00
luwenpeng
8ddef31bb5 bugfix: if miss TCP SYN packet, use TCP SYN-ACK packet init C2S tcp reassembly recv_next 2024-11-05 16:14:02 +08:00
yangwei
7f81e46522 🦄 refactor(stellar_module to module): simplify stellar module to module 2024-11-05 10:22:22 +08:00
luwenpeng
f9de6019a8 rename session_get0_readable_addr() to session_get_readable_addr() 2024-11-01 15:37:26 +08:00
luwenpeng
03864c9731 Add state to the on_session_message parameter.
* When state is closed, it implies that packet is null and the session will be destroyed
2024-10-25 19:15:45 +08:00
luwenpeng
4061d5a942 move stellar/session_manager.h into stellar/session.h 2024-10-25 14:38:51 +08:00
luwenpeng
e0b8732a15 Optimize log output 2024-10-24 16:22:18 +08:00
luwenpeng
1e71122521 feature: session mananger publish ctrl message; Enhance session debugger module 2024-10-23 16:23:36 +08:00
luwenpeng
08b5ecd728 test: add IP reassembly test case for pcap IO 2024-10-23 14:42:46 +08:00
luwenpeng
3d4e6a2cd5 feature: session manager support subscribe session free message 2024-10-23 14:19:37 +08:00
luwenpeng
fd3cc20554 feature: packet IO support IP reassembly 2024-10-21 10:49:41 +08:00
杨威
70d21f28c3 Rebase dev 2.0 2024-10-11 06:08:50 +00:00
luwenpeng
2e35a79528 Export the packet manager runtime API for easier testing 2024-10-10 09:55:00 +08:00
luwenpeng
c5d7208c11 Added session debugger module for debugging session messages 2024-10-09 16:27:52 +08:00