]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream/tcp: update ack handling logic
authorEric Leblond <el@stamus-networks.com>
Fri, 28 May 2021 10:19:19 +0000 (12:19 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 21 Jun 2021 19:54:26 +0000 (21:54 +0200)
commit0d81173d6e912f4be9e3e8f7593d779d8ffed52f
tree1e1a0bb00953149f50ca8d7fbcb0efc05f3da353
parent9e7ea631b2a067609c500539cd3a7a139f39c3e4
stream/tcp: update ack handling logic

Only update the ack value of a session for regular packets when
the ACK bit is set.
src/stream-tcp.c