mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
fixed bug #20506 "Initial congestion window is very small" again by implementing the calculation formula from RFC3390
This commit is contained in:
@@ -6,6 +6,10 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2015-01-16: Simon Goldschmidt
|
||||
* tcp_in.c: fixed bug #20506 "Initial congestion window is very small" again
|
||||
by implementing the calculation formula from RFC3390
|
||||
|
||||
2014-12-10: Simon Goldschmidt
|
||||
* api: added option LWIP_NETCONN_SEM_PER_THREAD to use a semaphore per thread
|
||||
instead of using one per netconn and per select call
|
||||
|
||||
Reference in New Issue
Block a user