]> git.ipfire.org Git - thirdparty/suricata.git/commit
flowworker: flush local work queue on capture timeout
authorVictor Julien <vjulien@oisf.net>
Wed, 10 May 2023 05:02:27 +0000 (07:02 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 10 May 2023 08:59:17 +0000 (10:59 +0200)
commitd333dffdcb3f28e5a0b45d7bd14accbea153c4aa
tree9f3a80ff10998976e8af05ebc3d29da77dd6d7c9
parent55e32b25447c1d941c6f02cf244d231a6d69526d
flowworker: flush local work queue on capture timeout

Capture timeout means no packets have been received for some
time, so this is a good time to flush out all work.
src/flow-worker.c