opnsense-ports/devel/kronosnet/pkg-message
Franco Fichtner baa109c07b */*: sync with upstream
Taken from: HardenedBSD
2020-10-29 11:01:52 +01:00

25 lines
578 B
Text

[
{ type: install
message: <<EOM
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
Currently, knet will fail to work with SCTP if you do not change
the following sysctl :
# sysctl net.inet.sctp.blackhole=1
To preserve this setting across reboots if you want to use knet with SCTP,
append the following to /etc/sysctl.conf :
net.inet.sctp.blackhole=1
EOM
}
]