f61dc72892
- NewReno congestion control algorithm is used to solve the problem of network congestion breakdown. NewReno congestion control includes slow start, collision avoidance, fast retransmission, and fast recovery. The implementation refers to RFC6582 and RFC5681. - In addition, we optimize the congestion algorithm. In the conflict avoidance stage, the maximum congestion window max_cwnd is used to limit the excessive growth of cwnd and prevent network jitter caused by congestion. Maximum congestion window max_cwnd is updated with the current congestion window cwnd and the update weight is 0.875 when an RTO timeout occurs. Signed-off-by: liqinhui <liqinhui@xiaomi.com> |
||
---|---|---|
.. | ||
addrenv.rst | ||
app_vs_os.rst | ||
arch.rst | ||
board.rst | ||
conventions.rst | ||
index.rst | ||
iob.rst | ||
led.rst | ||
mutex.rst | ||
nat.rst | ||
newreno.rst | ||
notifier.rst | ||
nuttx.rst | ||
paging.rst | ||
shm.rst | ||
smp.rst | ||
time_clock.rst | ||
wqueue.rst |