test: add IP reassembly test case for pcap IO

This commit is contained in:
luwenpeng
2024-10-23 15:24:10 +08:00
parent 99d933bd8d
commit 08b5ecd728
9 changed files with 289 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ struct session_manager_config
{
uint8_t enable; // range: [0, 1]
uint32_t timeout_ms; // range: [1, 60000] (ms)
uint32_t buffered_segments_max; // range: [2, 512]
uint32_t buffered_segments_max; // range: [2, 4096]
} tcp_reassembly;
};