Nmap Development mailing list archives

Re: DEFAULT_MAX_CONNS


From: David Fifield <david () bamsoftware com>
Date: Sun, 2 Jun 2013 01:59:15 -0700

On Tue, Mar 26, 2013 at 12:40:49PM +0400, OlkhinAG () nk rn-inform ru wrote:
64 events total, one is used for input stream handle, one for output and 62 left for network connections.

Now, when 63rd connection is made ncat just stops handling them. 
You can test it:
start ncat -l --broker 7777
for /L %%i IN (1,1,62) do start ncat localhost 7777
<works there>
start ncat localhost 7777
<broken now>

Thanks for the extra information. I reduced the default limit for
Windows to 60 in r30914.

David Fifield
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: