The limit specified in kern.ipc.maxsockbuf only applies to userland.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Jul 2009 22:01:07 +0000 (15:01 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Jul 2009 22:01:07 +0000 (15:01 -0700)
commited12ce957ad6b7f60ea3cf88e0fe68ef63954a50
tree60dc43b515276ffae17c94887bfb96169532ddd8
parent5a0aece77ff42d3930edaf60350a9a1a8ce5501d
The limit specified in kern.ipc.maxsockbuf only applies to userland.

This sysctl parameter no longer effects kernel-created or kernel-controlled
sockets whos maximum sizes are specified by other sysctls.
sys/kern/uipc_socket2.c