aboutsummaryrefslogtreecommitdiffstats
path: root/man7/tcp.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-16 13:57:00 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-16 13:57:00 +0000
commit47433403b85894ffeef7db9084e143eb103802fa (patch)
treef1fd09827bcc9478b7868da179ca0a115eb4f093 /man7/tcp.7
parentc7496b0388ae7621a4612b9eabc32bfea83ba043 (diff)
downloadman-pages-47433403b85894ffeef7db9084e143eb103802fa.tar.gz
ffix
Diffstat (limited to 'man7/tcp.7')
-rw-r--r--man7/tcp.77
1 files changed, 4 insertions, 3 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7
index 365d654dba..3af5b6daa9 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -444,7 +444,8 @@ in the system.
.I min
- minimum size of the receive buffer used by each TCP socket.
The default value is 4K, and is lowered to
-PAGE_SIZE bytes in low-memory systems.
+.B PAGE_SIZE
+bytes in low-memory systems.
This value
is used to ensure that in memory pressure mode,
allocations below this size will still succeed.
@@ -537,7 +538,7 @@ corresponds to approximately 180 seconds.
Enable RFC\ 1323 TCP timestamps.
.TP
.BR tcp_tw_recycle " (Boolean; default: disabled)"
-Enable fast recycling of TIME-WAIT sockets.
+Enable fast recycling of TIME_WAIT sockets.
Enabling this option is not
recommended since this causes problems when working
with NAT (Network Address Translation).
@@ -545,7 +546,7 @@ with NAT (Network Address Translation).
.\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt
.TP
.BR tcp_tw_reuse " (Boolean; default: disabled)"
-Allow to reuse TIME-WAIT sockets for new connections when it is
+Allow to reuse TIME_WAIT sockets for new connections when it is
safe from protocol viewpoint.
It should not be changed without advice/request of technical
experts.