]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/inject: Select thread_id by flow flag 10852/head
authorJeff Lucovsky <jeff.lucovsky@corelight.com>
Mon, 15 Apr 2024 14:17:17 +0000 (10:17 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Apr 2024 18:34:39 +0000 (20:34 +0200)
commitc305ed149c58818779c504b6666fe9c2cb0be4ff
tree65d34eb7b042f8987526eabf810702d8e29f15e9
parent516441b6005f4200ae155f5234cfd0ad20d2dfbc
flow/inject: Select thread_id by flow flag

Issue: 6957

Rather than selecting the thread_id index by packets traveling to the
server, use the flow flags. If the flow has been reversed, the second
slot is represents the thread id to be used.
src/flow-timeout.c