網路城邦
上一篇 回創作列表 下一篇   字體:
Windows 7開啟1Gbps介面上的Jumbo Frame,加速你的傳輸速度!
2011/11/17 00:08:02瀏覽18829|回應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]

( 興趣嗜好電腦3C )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=qqjog&aid=5845645