Files
ports/devel/kronosnet/pkg-message
T
Vinícius Zavam 5381a99469 devel/kronosnet: update 1.19 to 1.20
while here, update pkg-message to mention the use of SCTP and knet
    - github.com/kronosnet/kronosnet/blob/v1.20/README#L29
2020-10-24 10:08:56 +00:00

26 lines
578 B
Plaintext

[
{ 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
}
]