原帖由 helloko2003 於 2009-2-4 01:43 發表 
先多謝你的幫忙 >v<
我網上行同xp ...太奇怪了...玩其他遊戲一向冇D個問題
試下跟呢到做
我都係網上行set完呢個先連到,MTU係打1492
For Windows XP:
1. In Windows XP, from Start, and then click on Run.
2. Type “regedit“, then click on OK.
For Windows Vista:
1. From Start, then type “regedit"
2. Double click 'regedit' listed in programs
Change the Maximum Transmission Unit (MTU) Size (Windows XP)
This parameter specifies the Maximum Transmission Unit (MTU) for a network interface.
MTU stands for Maximum Transmission Unit and in basic terms, it defines the maximum size of a packet that can be transferred in one frame over a network.
Two steps must be done first:
1. Locate the Network Card ServiceName
2. Creatre MTU key, if it does not exist
Open your registry and find the key below.
Locate the NIC Adapter Interface that connects to the internet:
HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > WindowsNT > CurrentVersion > NetworkCards > (number)..
* Record the number of the Service ID as it will be used to determine which network adapter you need to create the MTU entry for.
Edit/Creating MTU Key
In Windows, changing the MTU value from the defaults, require you to modify the TCP/IP parameters for the network adapter in the Windows registry
WARNING: Editing Windows Registry incorrectly can cause serious problems that may require you to reinstall your operating system.
Steps on backing up the system regsitry are listed in the beginning of this troubleshooting seciton.
1. Click Start - RUN and type “regedit” and press enter.
2. Navigate to the following registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<AdapterID> <---ServiceName number
In the right-panel, create a new DWORD named “MTU” with the value (1500 in Decimal)
NOTE: To create a new DWORD, right-click, select New and select “DWORD Value” and enter the name (MTU here)
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\
Interfaces\
Recommended Values
# 576 - Dial-up Connections
# 1492 - PPPoE Broadband Connections
# 1500 - Ethernet, DSL and Cable Broadband Connections
Restart Windows for the change to take effect.
[ 本帖最後由 Scourge 於 2009-2-4 03:08 編輯 ] |