BUG20515: rework way TCP window updates are calculated and sent

This commit is contained in:
kieranm
2009-03-31 14:23:40 +00:00
parent 4b14621208
commit f1a9f7ea70
6 changed files with 90 additions and 74 deletions

View File

@@ -81,6 +81,9 @@ HISTORY
++ Bugfixes:
2009-03-31 Kieran Mansley
* tcp.c, tcp_in.c, tcp_out.c, tcp.h, opt.h: Rework the way window
updates are calculated and sent (BUG20515)
* tcp_in.c: cope with SYN packets received during established states,
and retransmission of initial SYN.