Fix bug #20506: Slow start / initial congestion window starts with 2 * mss (instead of 1 * mss previously) to comply with some newer RFCs and other stacks.

This commit is contained in:
goldsimon
2007-07-25 07:31:29 +00:00
parent a1d8335a8c
commit 9eff9676e9
2 changed files with 9 additions and 2 deletions

View File

@@ -19,6 +19,11 @@ HISTORY
++ New features:
2007-07-25 Simon Goldschmidt
* tcp_in.c: Fix bug #20506: Slow start / initial congestion window starts with
2 * mss (instead of 1 * mss previously) to comply with some newer RFCs and
other stacks.
2007-07-13 Jared Grubb (integrated by Frédéric Bernon)
* opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
a link callback in the netif struct, and functions to handle it. Be carefull