refactor: session module (split to define/utils/pool/table/timer/transition/manager)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "tuple.h"
|
||||
#include "times.h"
|
||||
#include "packet_def.h"
|
||||
#include "packet_parse.h"
|
||||
#include "session_priv.h"
|
||||
#include "session_utils.h"
|
||||
#include "session_manager.h"
|
||||
#include "tcp_reassembly.h"
|
||||
|
||||
struct session_manager_options opts = {
|
||||
// max session number
|
||||
|
||||
Reference in New Issue
Block a user