Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 TCP 协议有一个拥塞窗口大小来控制网络拥塞。
但是,在TCP头中,只能找到接收窗口大小,找不到拥塞窗口大小
有没有人知道如何在 TCP 标头中找到拥塞窗口大小?或者如果它在 TCP 标头中不存在,我在哪里可以找到这个值?
拥塞窗口大小在 TCP 实现内部。如果您使用的特定 TCP 实现提供了某种查询方法,那么您可以。