從Windows Vista開始,Windows中的TCP半開連接數(shù)限制就被禁用了,這樣一來,系統(tǒng)想建立多少TCP連接就可以建立多少TCP連接。那么,出于安全考慮,用戶如果想要啟用TCP半開連接數(shù)限制的話,就需要手動添加注冊表鍵值了,步驟如下,適用于Windows Vista/Server 2008/Windows 7。
1. 開始菜單 - 運行
2. 輸入regedit
3. 找到并雙擊如下鍵值:
注意: 在Windows 7下, 用戶必須右鍵 - 新建DWORD (32-bit) 值,并命名為EnableConnectionRateLimiting.
4. 將其值設(shè)為1
5. 重啟系統(tǒng)
禁用Vista/Win7中的TCP半開連接數(shù)限制
步驟如下,適用于Windows Vista/Server 2008/7。
1. 開始菜單 - 運行
2. 輸入regedit
3. 找到如下鍵值:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\Tcpip\Parameters\
4. 在右側(cè)面板中找到EnableConnectionRateLimiting
5. 刪除此鍵值或者雙擊鍵值,設(shè)置值為0
6. 重啟系統(tǒng)
![](http://www.jztop.com/d/file/netbar/soft/2008-12-29/6fa5f339e047e12771a8f71ac9576b48.jpg)
附部分原文:
Starting from Windows Server 2008 and Vista SP2 (Service Pack 2), the incomplete
simultaneous or concurrent half-open outgoing TCP connections limit is disabled by
default. The new behavior allows as many as unlimited half-open TCP connections to be
created
....