diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-06-25 22:25:55 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-06-28 12:29:38 +0200 |
| commit | 89bea2b79c19c041a9040d9d1d95779def79652f (patch) | |
| tree | b93f650d57b6b1f935ab6a1eb9419a973b0858f4 /man/man7/socket.7 | |
| parent | d54f450c00bee235a55087f6eb6b6ce20b6b7570 (diff) | |
| download | man-pages-89bea2b79c19c041a9040d9d1d95779def79652f.tar.gz | |
man/: ffix (Use TQ where appropriate)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man7/socket.7')
| -rw-r--r-- | man/man7/socket.7 | 12 |
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 |
