summaryrefslogtreecommitdiff
path: root/net/uftp/MESSAGE
blob: 8a9e3581182a1792bd0a04296d59a76c99aac878 (plain)
1
2
3
4
5
6
7
8
9
10
11
to use larger network buffer sizes:

Solaris: ndd -set /dev/udp udp_max_buf {value}

Linux: sysctl -w net.core.rmem_max={value}
       sysctl -w net.core.wmem_max={value}

MacOSX / FreeBSD: sysctl -w kern.ipc.maxsockbuf={value}
(The actual maximum you can use is 8/9 of this value)

NetBSD: sysctl -w kern.sbmax={value}