mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
fixed bug #44023: TCP ssthresh value is unclear: ssthresh is set to the full send window for active open, too, and is updated once after SYN to ensure the correct send window is used
This commit is contained in:
@@ -249,6 +249,11 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2015-08-28: Simon Goldschmidt
|
||||
* tcp.c, tcp_in.c: fixed bug #44023: TCP ssthresh value is unclear: ssthresh
|
||||
is set to the full send window for active open, too, and is updated once
|
||||
after SYN to ensure the correct send window is used
|
||||
|
||||
2015-08-28: Simon Goldschmidt
|
||||
* tcp: fixed bug #45559: Window scaling casts u32_t to u16_t without checks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user