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.info结构。但我观察到它在整个会话期间从未改变。有没有其他办法,我可以得到拥塞窗口?
tcp.info
套接字缓冲区大小是否也指定了窗口大小?我想它不是。
任何可以执行上述操作的系统调用?