]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: improve tracking with pkt loss in async 1192/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 16:15:35 +0000 (17:15 +0100)
commitaa38f1096743875977e5bef91361442bdba2e8ed
treedda42314abe65641694df9150522b1495a888e6d
parentb99372cc5e196ed291328b0f73a4900761566d53
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