sunsaturn:~# sysctl -w kern.ipc.somaxconn=200000
kern.ipc.somaxconn: 4096
sysctl: kern.ipc.somaxconn: Invalid argument
sunsaturn:~# sysctl -w kern.ipc.somaxconn=65536
kern.ipc.somaxconn: 4096
sysctl: kern.ipc.somaxconn: Invalid argument
sunsaturn:~# sysctl -w kern.ipc.somaxconn=65535
kern.ipc.somaxconn: 4096 -> 65535
sunsaturn:~#
Trying to stress test a framework here that tosses 100k of connections
into a listen queue before doing anything, I realize I'll have to use
multiple local IPs get get around port limitations, but why is this
backlog using a limit?
Dan.
--
Dan The Man
CTO/ Senior System Administrator
Websites, Domains and Everything else
http://www.SunSaturn.com
Email: d...@sunsaturn.com
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"