socket.7: Minor fixes to Neil's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-22 10:34:57 +01:00
parent 8cfbaec521
commit f4c644e510
1 changed files with 5 additions and 6 deletions

View File

@ -31,9 +31,6 @@
.\" Documentation/networking/timestamping.txt
.\" commit cb9eff097831007afb30d64373f29d99825d0068
.\" Author: Patrick Ohly <patrick.ohly@intel.com>
.\" SO_RXQ_OVFL (2.6.33)
.\" commit 3b885787ea4112eaa80945999ea0901bf742707f
.\" Author: Neil Horman <nhorman@tuxdriver.com>
.\" SO_WIFI_STATUS (3.3)
.\" commit 6e3e939f3b1bf8534b32ad09ff199d88800835a0
.\" Author: Johannes Berg <johannes.berg@intel.com>
@ -664,9 +661,11 @@ to bind to this port for any local address.
Argument is an integer boolean flag.
.TP
.B SO_RXQ_OVFL
Indicates that an unsigned 32 bit value ancilliary msg (cmsg) should be attached
to recieved skbs indicating the number of packets dropped by the socket between
the last recieved packet and this received packet
.\" commit 3b885787ea4112eaa80945999ea0901bf742707f
Indicates that an unsigned 32-bit value ancilliary msg (cmsg)
should be attached to received skbs indicating
the number of packets dropped by the socket between
the last received packet and this received packet
.TP
.B SO_SNDBUF
Sets or gets the maximum socket send buffer in bytes.