]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: improve handling of 3whs packet loss 1173/head
authorVictor Julien <victor@inliniac.net>
Thu, 16 Oct 2014 12:59:38 +0000 (14:59 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 22 Oct 2014 14:46:06 +0000 (16:46 +0200)
commit5834a1a6192d4d2de861064b272abe7324ba1f95
treef17b970278d398aaf672df209ee445cf01ddef48
parente7a909f4ae3ee1c99fb1bedcb01111a1f9ae0f41
stream: improve handling of 3whs packet loss

If the 3whs ACK and some data after this is lost, we would get stuck
in the 'SYN_RECV' state, where from there each packet might be
considered invalid.

This patch improves the handling of this case.
src/stream-tcp.c