refactor: packet manager and session manager add on_thread_init/on_thread_exit entry

This commit is contained in:
luwenpeng
2024-10-23 10:10:20 +08:00
parent fd3cc20554
commit 3f3059b40f
16 changed files with 205 additions and 154 deletions

View File

@@ -15,6 +15,8 @@ extern "C"
struct session_manager_config
{
uint64_t instance_id;
uint16_t thread_num;
uint64_t session_id_seed;
uint64_t tcp_session_max;
uint64_t udp_session_max;