网络工具
测试MTU
ping 192.168.0.1 -l 1472 -f -n 1
测试路由
ping -r 9 192.168.0.107
Traceroute测试路由
windows:
tracert www.baidu.com
linux:
traceroute www.baidu.com
ECN检测和关闭
netsh int tcp show global netsh int tcp set global ecn=disabled
ping 192.168.0.1 -l 1472 -f -n 1
ping -r 9 192.168.0.107
Traceroute测试路由
windows:
tracert www.baidu.com
linux:
traceroute www.baidu.com
ECN检测和关闭
netsh int tcp show global netsh int tcp set global ecn=disabled