freebsd-ports/devel/kronosnet/pkg-message
Vanilla I. Shu 2a77a9130f Add kronosnet 1.3, network abstraction layer designed for high
availability.

PR:		227564
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
2018-05-07 04:26:18 +00:00

9 lines
264 B
Text

For correct operation, maximum socket buffer size must be tuned
by performing the following command as root :
# sysctl kern.ipc.maxsockbuf=18874368
To preserve this setting across reboots, append the following
to /etc/sysctl.conf :
kern.ipc.maxsockbuf=18874368