aboutsummaryrefslogtreecommitdiffstats
path: root/man/man7/socket.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/man7/socket.7')
-rw-r--r--man/man7/socket.712
1 files changed, 9 insertions, 3 deletions
diff --git a/man/man7/socket.7 b/man/man7/socket.7
index 3ebfc770b1..5b45e4cdf3 100644
--- a/man/man7/socket.7
+++ b/man/man7/socket.7
@@ -777,7 +777,9 @@ but the
.I rmem_max
limit can be overridden.
.TP
-.BR SO_RCVLOWAT " and " SO_SNDLOWAT
+.B SO_RCVLOWAT
+.TQ
+.B SO_SNDLOWAT
Specify the minimum number of bytes in the buffer until the socket layer
will pass the data to the protocol
.RB ( SO_SNDLOWAT )
@@ -817,7 +819,9 @@ indicate a socket as readable only if at least
.B SO_RCVLOWAT
bytes are available.
.TP
-.BR SO_RCVTIMEO " and " SO_SNDTIMEO
+.B SO_RCVTIMEO
+.TQ
+.B SO_SNDTIMEO
.\" Not implemented in Linux 2.0.
.\" Implemented in Linux 2.1.11 for getsockopt: always return a zero struct.
.\" Implemented in Linux 2.3.41 for setsockopt, and actually used.
@@ -1118,7 +1122,9 @@ set by using the
.B SO_SNDBUF
socket option.
.TP
-.IR message_cost " and " message_burst
+.I message_cost
+.TQ
+.I message_burst
configure the token bucket filter used to load limit warning messages
caused by external network events.
.TP