how to download with faster speed on edonkey Set these Options on Edonkey Max Download Speed 0 Max Upload Speed 0 Line Speed Down 999 Max Connections 250 Windows 2000 HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters MaxFreeTcbs Data type Range Default value REG_DWORD 0x0 - 0xFFFFFFFF connections (Varies with the system and amount of physical memory on the computer. See below.) Description Determines the number of TCP control blocks (TCBs) the system creates to support active connections. Because each connection requires a TCB, this value determines how many active connections TCP can support simultaneously. If all TCBs are used and more connection requests arrive, TCP can prematurely release connections in the TIME_WAIT state in order to free a TCB for a new connection. Normally, TCP does not release a connection or reuse its resources until the connection has remained closed for a period specified by the value of TcpTimedWaitDelay. This interval is known as the TIME_WAIT or 2MSL (2 x maximum segment lifetime) state. However, if the system is supporting an unusually large number of connections and is running short of connection resources, TCP releases the connection before their TcpTimedWaitDelay is expired. The default value for this entry is determined by the amount of physical memory on the computer when TCP/IP starts and the version of the Windows running on the computer, as shown in the following table. Default value of MaxFreeTcbs Windows 2000 Server Windows 2000 Professional Less than 19 MB 500 250 19 - 63 MB 1000 500 64 MB or more 2000 1000 HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters MaxHashTableSize Data type Range Default value REG_DWORD 64 - 65536 table entries 512 Description Determines the size of the hash table in which TCP control blocks (TCBs) are stored. TCP stores TCBs in a hash table so it can find them very quickly. If you adjust the number of TCBs the system creates (as specified by the value of MaxFreeTcbs), you should adjust this value proportionally. Note The value of this entry must be a power of 2. If you enter a different value, the system rounds your value up to the next higher power of 2. HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters TcpNumConnections Data type Range Default value REG_DWORD 0x0 - 0xFFFFFE 0 Description Determines the maximum number of connections that TCP is permitted have open simultaneously. If the value of this entry is 0, you cannot establish any connections. MaxFreeTcbs = 2000 MaxHashTableSize = 512 TcpNumConnections=1000 Win98 Registry entrys HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\ create a new String called "MaxConnections" (without the quotes). Double-click on the newly created MaxConnections and enter the value "500" (without quotes) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSetting create a new String called "MaxConnectionsPerServer" with value="20" create a new String called "MaxConnectionsPer1_0Server" with value="20" (This will speed up IE. yuou can download more than two things from the same server at the same time) -menonymous