From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: Finding a hidden bound TCP socket Date: Wed, 23 Nov 2011 16:01:43 -0500 (EST) Message-ID: <20111123.160143.58902472755124590.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: richard.weinberger@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: gdfuego@gmail.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "G. D. Fuego" Date: Wed, 23 Nov 2011 15:27:33 -0500 > Any comments? The behavior seems broken. At the very least its very > inconsistent with other Unixes. Until the socket has a full final tuple it is bound to, there is no reason to list it. No UNIX lists a socket which is partially bound and hasn't either performed a listen() or a connect(). Nobody has any comments because nobody thinks it's worth worrying about.