输入:netsh interface ipv4 show subinterfaces 查询到目前系统的MTU值。
如果你查询不到你想要的连接,请看看是否已经禁用了某个本地连接。
再分别输入以下两行,每输入一行就按一次回车键。
netsh interface ipv4 set subinterface "本地连接" mtu=1480 store=persistent
netsh interface ipv4 set subinterface "无线网络连接" mtu=1480 store=persistent
其中
1480 就是我测试出来的 “值1452字节” + “数据包头28字节” = 1480字节。
本文来源:不详 作者:佚名