From: Rick Jones <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
> Signed-off-by: Eric Dumazet <[EMAIL PROTECTED]>

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to