blob: 4f22785ea3d9f1de52ee3b759777edeb2cbb8f23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|