tcp.7, udp.7: Replace references to syctl interfaces with /proc

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-28 10:42:15 +02:00 committed by Michael Kerrisk
parent c440fe01d3
commit b8f094b3d6
2 changed files with 3 additions and 3 deletions

View File

@ -776,7 +776,7 @@ on a socket.
The default size of the send buffer for a TCP socket.
This value overwrites the initial default buffer size from
the generic global
.I net.core.wmem_default
.I /proc/sys/net/core/wmem_default
defined for all protocols.
The default value is 16K bytes.
.\" True in Linux 2.4 and 2.6

View File

@ -46,7 +46,7 @@ address first by using
.BR bind (2).
Otherwise the socket layer will automatically assign
a free local port out of the range defined by
.I net.ipv4.ip_local_port_range
.I /proc/sys/net/ipv4/ip_local_port_range
and bind the socket to
.BR INADDR_ANY .
@ -61,7 +61,7 @@ is not supported.
IP options may be sent or received using the socket options described in
.BR ip (7).
They are only processed by the kernel when the appropriate
/proc
.I /proc
parameter
is enabled (but still passed to the user even when it is turned off).
See