Fix BUG#27445: grow cwnd with every duplicate ACK

This commit is contained in:
kieranm
2009-10-28 15:13:51 +00:00
parent af3b796488
commit 71ddff4964
2 changed files with 37 additions and 34 deletions

View File

@@ -46,6 +46,9 @@ HISTORY
++ Bugfixes:
2009-10-27: Kieran Mansley
* tcp_in.c: fix BUG#27445: grow cwnd with every duplicate ACK
2009-10-25: Simon Goldschmidt
* tcp.h: bug-fix in the TCP_EVENT_RECV macro (has to call tcp_recved if
pcb->recv is NULL to keep rcv_wnd correct)