[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141211.142355.854082841833367081.davem@davemloft.net>
Date: Thu, 11 Dec 2014 14:23:55 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: psusi@...ntu.com
Cc: netdev@...r.kernel.org
Subject: Re: bind() should not return -EADDRINUSE
From: Phillip Susi <psusi@...ntu.com>
Date: Thu, 11 Dec 2014 14:19:11 -0500
> Attempting to establish a connection to a remote host using the same
> local port, but a different remote port as the previous connection (
> that is still in TIME_WAIT ) results in bind() returning -EADDRINUSE.
> By changing the remote port, you avoid the conflict with the other
> connection that is in TIME_WAIT, but since the remote port is not
> known when bind() is called, it incorrectly returns -EADDRINUSE. This
> check should not be done in bind(), but deferred until the remote port
> is known in the call to connect(), or listen().
Bind has to allocate and hold from everyone else on the system the
local port at bind() time, so we cannot defer this decision.
--
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