diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-23 07:56:56 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-23 07:56:56 +0000 |
| commit | f19a0f03eefac77a52687989582a5bcba2e109d3 (patch) | |
| tree | 3fed6b3b2dfd6230eda1c873b043bb68967a283b /man7/socket.7 | |
| parent | 66ee0c7e89fe01348878638515edb8b2a51b9a2e (diff) | |
| download | man-pages-f19a0f03eefac77a52687989582a5bcba2e109d3.tar.gz | |
ffix
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/man7/socket.7 b/man7/socket.7 index e4c83d1a70..effcc6cf44 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -365,9 +365,9 @@ when it is set using and this doubled value is returned by .BR getsockopt (2). The default value is set by the -.B rmem_default +.I rmem_default sysctl and the maximum allowed value is set by the -.B rmem_max +.I rmem_max sysctl. The minimum (doubled) value for this option is 256. .TP @@ -377,7 +377,7 @@ Using this socket option, a privileged process can perform the same task as .BR SO_RCVBUF , but the -.B rmem_max +.I rmem_max limit can be overridden. .TP .BR SO_RCVLOWAT " and " SO_SNDLOWAT @@ -454,9 +454,9 @@ when it is set using and this doubled value is returned by .BR getsockopt (2). The default value is set by the -.B wmem_default +.I wmem_default sysctl and the maximum allowed value is set by the -.B wmem_max +.I wmem_max sysctl. The minimum (doubled) value for this option is 2048. .TP @@ -466,7 +466,7 @@ Using this socket option, a privileged process can perform the same task as .BR SO_SNDBUF , but the -.B wmem_max +.I wmem_max limit can be overridden. .TP .B SO_TIMESTAMP @@ -542,19 +542,19 @@ files or with the .BR sysctl (2) interface. .TP -.B rmem_default +.I rmem_default contains the default setting in bytes of the socket receive buffer. .TP -.B rmem_max +.I rmem_max contains the maximum socket receive buffer size in bytes which a user may set by using the .B SO_RCVBUF socket option. .TP -.B wmem_default +.I wmem_default contains the default setting in bytes of the socket send buffer. .TP -.B wmem_max +.I wmem_max contains the maximum socket send buffer size in bytes which a user may set by using the .B SO_SNDBUF @@ -564,10 +564,10 @@ socket option. configure the token bucket filter used to load limit warning messages caused by external network events. .TP -.B netdev_max_backlog +.I netdev_max_backlog Maximum number of packets in the global input queue. .TP -.B optmem_max +.I optmem_max Maximum length of ancillary data and user control data like the iovecs per socket. .\" netdev_fastroute is not documented because it is experimental @@ -614,7 +614,7 @@ signals to when an asynchronous I/O operation has finished or urgent data is available. The argument is a pointer to a -.BR pid_t . +.IR pid_t . If the argument is positive, send the signals to that process. If the argument is negative, send the signals to the process group with the ID |
