Windows 上的对应内容是什么
ip route show cache
或者
ip route show 172.16.225.53 table cache
在 Linux 上,它显示主机的缓存路由:
172.16.225.53 from 172.19.55.150 dev tun0
cache ipid 0x3cff rtt 242ms rttvar 55ms ssthresh 35 cwnd 29 reordering 10 initrwnd 10
我想要找出 Windows 在我的连接中内部使用的 ssthresh 和 cwnd 参数,因为我无法在长距离网络上传输超过 16384 字节的数据。
答案1
是
route print
你需要什么?作为 Windows 用户,我不知道你的例子是做什么的。