refactor(session manager): rename original session_manager to session_manager_runtime
This commit is contained in:
@@ -9,7 +9,7 @@ extern "C"
|
||||
|
||||
#include "session_manager.h"
|
||||
|
||||
static struct session_manager_config cfg = {
|
||||
static struct session_manager_config sess_mgr_cfg = {
|
||||
.session_id_seed = 0xFFFFF,
|
||||
.tcp_session_max = 256,
|
||||
.udp_session_max = 256,
|
||||
|
||||
Reference in New Issue
Block a user