Bug #1946 » 1946.patch
| src/suricata.c | ||
|---|---|---|
|
TmThreadDisableReceiveThreads();
|
||
|
if (suri.run_mode != RUNMODE_UNIX_SOCKET) {
|
||
|
/* we need a packet pool for FlowForceReassembly */
|
||
|
PacketPoolInit();
|
||
|
FlowForceReassembly();
|
||
|
/* kill receive threads when they have processed all
|
||
|
* flow timeout packets */
|
||
|
TmThreadDisablePacketThreads();
|
||
|
}
|
||
| ... | ... | |
|
FlowDisableFlowRecyclerThread();
|
||
|
}
|
||
|
if (suri.run_mode != RUNMODE_UNIX_SOCKET) {
|
||
|
/* we need a packet pool for FlowForceReassembly */
|
||
|
PacketPoolInit();
|
||
|
FlowForceReassembly();
|
||
|
}
|
||
|
/* kill remaining threads */
|
||
|
TmThreadKillThreads();
|
||
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »