]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/worker: improve flow timeout time accuracy
authorVictor Julien <vjulien@oisf.net>
Wed, 18 Sep 2024 10:03:46 +0000 (12:03 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Jan 2025 08:16:36 +0000 (09:16 +0100)
commitada2bfe009665a7925db1d2e7e0b68b32b6eb8fa
treef2279e4974b221bb536d974ee14d94858230cef9
parentabe8dfc56b505fdb706f154856d5b1eccc0c3da1
flow/worker: improve flow timeout time accuracy

When timing out flows, use the timestamp from the "owning" thread. This
avoids problems with threads being out of sync with each other.

Ticket: #7455.
src/flow-hash.c