Date: Sun, 26 Jan 2003 11:56:57 -0800 From: Sam Tannous <stannous@employees.org> To: freebsd-hackers@freebsd.org Subject: max simultaneous TCP connections (32,763)? Message-ID: <20030126195657.GA14704@cisco.com>
next in thread | raw e-mail | index | archive | help
I have two freebsd boxes (back to back) and I've been playing with a simple server on one machine and client on the other machine (this was simply an exercise with playing with kqueue). Both the server and the client are single processes and the client seems to stop at 32,763 connections. I've modified the port range, tcp keepalive, kern.ipc.somaxconn, maxfiles, maxsockets, nmbclusters. I even tried net.inet.tcp.tcbhashsize (up to 1024). Is there some other parameter I'm missing? Or is this a known limitation/bug? --Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126195657.GA14704>