netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] socket: Add SO_RXQ_OVFL documentation
@ 2014-01-28 12:24 Neil Horman
       [not found] ` <1390911877-5984-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Horman @ 2014-01-28 12:24 UTC (permalink / raw)
  To: linux-man; +Cc: Neil Horman, mtk.manpages, andi, netdev

Add documentation for the SO_RXQ_OVFL socket option

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: mtk.manpages@gmail.com
CC: andi@firstfloor.org
CC: netdev@vger.kernel.org
---
 man7/socket.7 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/man7/socket.7 b/man7/socket.7
index 6b229dd..aa0aad9 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -663,6 +663,11 @@ with a specific port then it is not possible
 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
+.TP
 .B SO_SNDBUF
 Sets or gets the maximum socket send buffer in bytes.
 The kernel doubles this value (to allow space for bookkeeping overhead)
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-23  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28 12:24 [PATCH] socket: Add SO_RXQ_OVFL documentation Neil Horman
     [not found] ` <1390911877-5984-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2014-02-22  9:36   ` Michael Kerrisk (man-pages)
     [not found]     ` <53086F88.5040209-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-02-22 16:22       ` Andi Kleen
     [not found]         ` <20140222162253.GJ22728-1g7Xle2YJi4/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2014-02-23  7:51           ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).