問答集

第一頁 第二頁 第三頁

問題範圍: (頁三)
(中文搜尋技巧 OS Search )
驢子設定的兩三事...(更動Registry)


(來蒐中文字的時候會怪怪的~ 常常會找不到東西~ )

回覆...請使用....中文搜尋技巧 OS Search Type
..........也就是 Type to search for....選定...OS Search

舉例...搜尋關鍵字..[宮崎駿]

Search for
.......填入...宮崎駿

OR 1
...也填入...宮崎駿

然後...按搜尋...即可

驢子設定的兩三事...(更動Registry)

回覆:(引用siva)

新增下列登錄值
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP]
"MaxConnections"="500"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"="20"
"MaxConnectionsPer1_0Server"="20"

MaxConnections 設愈大愈好<當然也要你的機器應付的來>驢子 options 裡的 Max Connections 要設比上面的值小一些,最好留個 50-100 左右給其它網路程式跑...
這樣一來, 找到幾佰個檔案來源,才不會一堆 unask看到一堆停在 unask, 就表示你的 MaxConnections 不夠了,不然就是達到設定的下載頻寬限制了。

回覆:(引用Joson)
上述「siva」僅適用於 9x
2000、XP 請參考下文:

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

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

每個連線都需要一個 TCB,所以 TCB 需依您的記憶體設定,太大會耗盡您的記憶體。

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.

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.

TCP 會在 hash table 中儲存 TCBs,以利快速搜尋。需為 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.

TCP 允許的最大連線數。