[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070918.132519.51700943.davem@davemloft.net>
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