]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: improve tracking with pkt loss in async 1191/head
authorVictor Julien <victor@inliniac.net>
Sun, 26 Oct 2014 09:07:15 +0000 (10:07 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 29 Oct 2014 15:50:36 +0000 (16:50 +0100)
commitb2e80a0f661942dc2ee1899417039954c1856187
tree6796fe5d804923e145b17d611767fbe5b3af9c2b
parent033409a042eccc1cba0d87b07fbd1c6ee7cb0cfe
stream: improve tracking with pkt loss in async

If 3whs SYN/ACK and ACK are missing we can still pick up the session if
in async-oneside mode.

-> syn
<- syn/ack <= missing
-> ack     <= missing
-> data

Bug 1190.
src/stream-tcp.c