Increased default value for TCP_MSS to 536, updated default value for TCP_WND to 4*TCP_MSS to keep delayed ACK working.

This commit is contained in:
goldsimon
2009-10-30 10:02:06 +00:00
parent 28ac4347d4
commit 70b05c8096
2 changed files with 8 additions and 4 deletions

View File

@@ -46,6 +46,10 @@ HISTORY
++ Bugfixes:
2009-10-30: Simon Goldschmidt
* opt.h: Increased default value for TCP_MSS to 536, updated default
value for TCP_WND to 4*TCP_MSS to keep delayed ACK working.
2009-10-28: Kieran Mansley
* tcp_in.c, tcp_out.c, tcp.h: re-work the fast retransmission code
to follow algorithm from TCP/IP Illustrated