From: Rick Jones <redacted>
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 <redacted>
Signed-off-by: Eric Dumazet <redacted>
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.