mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
de90d03e48
This commit adds TCP Appropriate Byte Counting (ABC) support based on RFC 3465 ABC replaces the previous congestion window growth mechanism and has been configured with limit of 2 SMSS. See task #14128 for discussion on defaults, but the goal is to mitigate the performance impact of delayed ACKs on congestion window growth This commit also introduces a mechanism to track when the stack is undergoing a period following an RTO where data is being retransmitted. Lastly, this adds a unit test to verify RTO period tracking and some basic ABC cwnd checking |
||
---|---|---|
.. | ||
api | ||
arch | ||
core | ||
dhcp | ||
etharp | ||
mdns | ||
mqtt | ||
tcp | ||
udp | ||
Filelists.mk | ||
lwip_check.h | ||
lwip_unittests.c | ||
lwipopts.h |