lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 22 Feb 2014 10:36:08 +0100
From:	"Michael Kerrisk (man-pages)" <mtk.manpages@...il.com>
To:	Neil Horman <nhorman@...driver.com>, linux-man@...r.kernel.org
CC:	mtk.manpages@...il.com, andi@...stfloor.org, netdev@...r.kernel.org
Subject: Re: [PATCH] socket: Add SO_RXQ_OVFL documentation

On 01/28/2014 01:24 PM, Neil Horman wrote:
> Add documentation for the SO_RXQ_OVFL socket option
> 
> Signed-off-by: Neil Horman <nhorman@...driver.com>
> CC: mtk.manpages@...il.com
> CC: andi@...stfloor.org
> CC: netdev@...r.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)

Thanks, Neil. Applied.

Cheers,

Michael




-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ