session manager: support session timeouts & tcp dupkt filter & udp eviction filter
This commit is contained in:
@@ -172,7 +172,7 @@ int session_table_add_session(struct session_table *table, const struct tuple6 *
|
||||
return 0;
|
||||
}
|
||||
|
||||
void session_table_delete_session(struct session_table *table, const struct tuple6 *tuple)
|
||||
void session_table_del_session(struct session_table *table, const struct tuple6 *tuple)
|
||||
{
|
||||
if (table == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user