aboutsummaryrefslogtreecommitdiff
path: root/devel/kronosnet/pkg-message
blob: 472b971ebef8a32658ebcec242709b673216bc05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{ 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
}
]