]> git.meshlink.io Git - utcp/commitdiff
Fix the logic for determining whether a packets has an acceptable ack seqno.
authorGuus Sliepen <guus@meshlink.io>
Sun, 18 Oct 2015 18:30:48 +0000 (20:30 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 2 Jul 2017 10:04:03 +0000 (12:04 +0200)
snd.last accurately tracks the last possible seqno that can be acked, so
use it. This fixes a case where retransmitted ACKs of a FIN were not handled
correctly.


No differences found