refactor: packet manager and session manager add on_thread_init/on_thread_exit entry
This commit is contained in:
@@ -10,6 +10,8 @@ extern "C"
|
||||
#include "session_manager_runtime.h"
|
||||
|
||||
static struct session_manager_config sess_mgr_cfg = {
|
||||
.instance_id = 1,
|
||||
.thread_num = 1,
|
||||
.session_id_seed = 0xFFFFF,
|
||||
.tcp_session_max = 256,
|
||||
.udp_session_max = 256,
|
||||
|
||||
Reference in New Issue
Block a user