The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace
have been changed to 32k and 64k respectively.
This commit is contained in:
parent
9de94cbbea
commit
accfe66c9c
@ -424,7 +424,8 @@ sysctls are of particular interest if you are running network intensive
|
|||||||
applications.
|
applications.
|
||||||
This controls the amount of send and receive buffer space
|
This controls the amount of send and receive buffer space
|
||||||
allowed for any given TCP connection.
|
allowed for any given TCP connection.
|
||||||
The default is 16K.
|
The default sending buffer is 32k; the default receiving buffer
|
||||||
|
is 64k.
|
||||||
You can often
|
You can often
|
||||||
improve bandwidth utilization by increasing the default at the cost of
|
improve bandwidth utilization by increasing the default at the cost of
|
||||||
eating up more kernel memory for each connection.
|
eating up more kernel memory for each connection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user