Windows 7開啟1Gbps介面上的Jumbo Frame,加速你的傳輸速度!
2011/11/17 00:08
瀏覽19,508
迴響0
推薦0
引用0
1.啟用 網卡Jumbo Frame,並配置 MTU 大小
2. 顯示 系統的 的 MTU:
命令列輸入:netsh interface ipv4 show interfaces
C:\Windows\system32>netsh interface ipv4 show interfaces
Idx Met MTU State Name
— — —– ———– ——————-
1 50 4294967295 connected Loopback Pseudo-Interface 1
8 20 6130 connected LAN(OnBoard)
16 40 1500 connected Bluetooth Network
3.設定系統的MTU為9000
命令列輸入netsh interface ipv4 set subinterface "8" mtu=9000 store=persistent
C:\Windows\system32>netsh interface ipv4 set subinterface "8"mtu=9000 store=persistent
Ok.
4.用Ping 來試試看有沒有用:
如果你是使用9k,Jumbo frame (9000 bytes),
9000(資料長度) + 20(IP表頭)+ 8(ICMP表頭) = 8972
你需要使用命令是
ping -l 8972 -f [IP Address]
你可能會有興趣的文章: