Fix a pathology where a client sending ACKs for the wrong

packet can prevent proper retransmission.
This commit is contained in:
hpa 2004-06-13 21:11:24 +00:00
parent 5fbd57b61a
commit 2cba51056f
2 changed files with 29 additions and 11 deletions

View file

@ -1,5 +1,10 @@
$Id$
Changes in 0.37:
Fix a pathology where a client sending ACKs for the wrong
packet can prevent proper retransmission.
Changes in 0.36:
Portability fixes.