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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 18 Sep 2007 13:25:19 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	rick.jones2@...com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] return useful listenq info in tcp_info and
 INET_DIAG_INFO

From: Rick Jones <rick.jones2@...com>
Date: Tue, 18 Sep 2007 12:54:31 -0700 (PDT)

> Return some useful information such as the maximum listen backlog and the
> current listen backlog in the tcp_info structure and INET_DIAG_INFO.
> 
> Signed-off-by: Rick Jones <rick.jones2@...com>
> Signed-off-by: Eric Dumazet <dada1@...mosbay.com>

Thanks Rick, I'll add this to net-2.6.24 with a minor coding
style fix:

> +	}
> +	else {

We don't split up closing braces and else clauses like this,
it eats up a precious extra screen line :-)

	} else {

is the custom.
-
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