lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 4 Jul 2007 13:36:58 +0400
From:	Evgeniy Polyakov <johnpol@....mipt.ru>
To:	Robert Iakobashvili <coroberti@...il.com>
Cc:	NetDev <netdev@...r.kernel.org>
Subject: Re: Beyond 64K TCP connections limit per IP-address

On Wed, Jul 04, 2007 at 09:50:31AM +0200, Robert Iakobashvili (coroberti@...il.com) wrote:
> If I am correct, a TCP server can make up to
> 64K accepts for a port at a single IP-address.

No, it is essentially unlimited - linux uses local/remote addr/port
tuples for hash chains, so there is no per-addr limits.
If there is some kind of binds, then yes, only 64k ports per address.


-- 
	Evgeniy Polyakov
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ