git: kernel - Bump sysctl default limits for unix domain sockets
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 19 00:06:51 PDT 2018
commit 66f9ecea8ac65680b724e48a457827c7e61daf25
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 19 00:05:28 2018 -0700
kernel - Bump sysctl default limits for unix domain sockets
* Bump all default limits for unix domain sockets to 65536.
In particular, this increases limits for datagrams from absurdly
small values (2048 byte packet size limit).
* Fixes wpa_supplicant (reported by ivadasz).
* Requires further testing.
Summary of changes:
sys/kern/uipc_usrreq.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/66f9ecea8ac65680b724e48a457827c7e61daf25
--
DragonFly BSD source repository
More information about the Commits
mailing list