feature: session manager support lookup session by session ID
This commit is contained in:
@@ -213,7 +213,7 @@ static void *work_thread(void *arg)
|
||||
}
|
||||
}
|
||||
|
||||
sess = session_manager_lookup_session(sess_mgr, pkt, now_ms);
|
||||
sess = session_manager_lookup_session_by_packet(sess_mgr, pkt);
|
||||
if (sess == NULL)
|
||||
{
|
||||
sess = session_manager_new_session(sess_mgr, pkt, now_ms);
|
||||
|
||||
Reference in New Issue
Block a user