[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45B5EE61.7010507@tls.msk.ru>
Date: Tue, 23 Jan 2007 14:15:45 +0300
From: Michael Tokarev <mjt@....msk.ru>
To: Herbert Xu <herbert@...dor.apana.org.au>
CC: dean gaudet <dean@...tic.org>, netdev@...r.kernel.org
Subject: Re: why would EPIPE cause socket port to change?
Herbert Xu wrote:
> On Tue, Jan 23, 2007 at 02:10:39PM +0300, Michael Tokarev wrote:
>> Well, but why getsockname() didn't just return ENOTCONN?
>
> It's perfectly valid to have a local port number without being connected.
Er. You're right - I was confusing getSOCKname() and getPEERname().
Still, after the connection has been closed, there's no chance to do
anything with the filedescriptor but to close it as well, right? Or
can the fd be reused by making new connection with it, as if it were
just returned from socket() call?
If it's the former, than there's no reason to assign new local address
to it.
/mjt
-
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