#402·kcp

关于源码中的慢启动和拥塞避免算法

作者: yufeige4创建于 2023年11月2日更新于 2025年11月28日

In the following code, under slow start conditions (cwnd < sstresh), why is the window size linear growth instead of exponential growth, while under non-slow start conditions, it is exponential growth, is it not written backwards:

内容来源: skywind3000/kcp