]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: next_seq handling improvements
authorVictor Julien <victor@inliniac.net>
Thu, 9 Apr 2015 06:42:23 +0000 (08:42 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 7 May 2015 11:35:54 +0000 (13:35 +0200)
commit208d27abc76a8ab9280a91d9cfbdc16abe43b196
tree0055ab40d9ef97ee377bb62dfb0a848a9cf23e6f
parentb12c53cd51ca1b24039c248f1eab6808d9686e4b
stream: next_seq handling improvements

Allow next_seq updating to recover from cases where last_ack has been
moved beyond it. This can happen if ACK's have been accepted for missing
data that is later retransmitted.

This undoes some of the previous last_ack update changes
src/stream-tcp.c