]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow-timeout: use packet pool 1272/head
authorVictor Julien <victor@inliniac.net>
Wed, 17 Dec 2014 16:15:38 +0000 (17:15 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Dec 2014 11:18:28 +0000 (12:18 +0100)
commitc4e13246901c62851affd299e8f8e55395978304
treee26fa09a9bbfa07b2c53f4b8f9a582ff8b2f42bb
parentcef609bb73c19e53ebd45247ffaa7db91a24b0d7
flow-timeout: use packet pool

Use packet pool for pseudo packets on flow timeout. Wait for a packet
if necessary.

For shutdown, alloc a new pool as the 'main()' thread calls this.
src/flow-timeout.c