session manager: support session timeouts & tcp dupkt filter & udp eviction filter

This commit is contained in:
luwenpeng
2024-01-17 11:47:55 +08:00
parent 1d4736ac88
commit 4fbafab4e3
20 changed files with 972 additions and 607 deletions

View File

@@ -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)
{