Win10设置MTU


查看当前系统的MTU

 netsh interface ipv4 show subinterfaces

修改MTU(需要管理员权限)

netsh interface ipv4 set subinterface "WLAN" mtu=1500 store=persistent

检测网络能够通过的最大包

ping -l 1501 -f www.taobao.com