TCP¶ TCP 为了保证可靠性,使用了基于字节序号的 Sequence Number 及 Ack 来确认消息的有序到达。 1 拥塞控制算法¶ Cubic、CubicBytes, Reno, RenoBytes, BBR, PCC 等拥塞控制算法。