Enforce that sysctl kern.somaxconn and sominconn can only be set
authorbluhm <bluhm@openbsd.org>
Thu, 27 Apr 2017 21:39:27 +0000 (21:39 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 27 Apr 2017 21:39:27 +0000 (21:39 +0000)
commit7f66a4077be71b605204accda37ba68b91754fdd
tree3ae94fc1aba1db3fc3abd6fcbda39c9ef404034d
parent4da9c9403d767a4f41d169607721e3d68a3b85bd
Enforce that sysctl kern.somaxconn and sominconn can only be set
to valid values.  The so_qlimit is type short.
report Dillon Jay Pena; OK deraadt@
sys/kern/kern_sysctl.c