Open GoogleCodeExporter opened 9 years ago
+++
another Win32 issue: limit number of half-open ports.
Whether patch TCPIP.SYS, or significantly decrease max_connections.
Original comment by radist...@gmail.com
on 8 Feb 2010 at 3:59
+++
registry issue: AFAIR, parameters TcpTimedWaitDelay and MaxUserPort at key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters could
affect
connectivity. Former defines how long system keeps released ports in TIME_WAIT
state
and the latter limits ports for ongoing connections. For example, due to small
amount
of available ports for ongoing connection and long TIME_WAIT interval (by
default),
scanning ftp server with too many folders without STAT command could fail
(depending
on mode, ongoing port will end on scanner's or even on ftp-server's machine
(for some
servers).
Original comment by radist...@gmail.com
on 11 Feb 2010 at 2:54
Original issue reported on code.google.com by
radist...@gmail.com
on 8 Feb 2010 at 3:20