lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #22020] tcp_bind() for listen connection fails when co


From: Kieran Mansley
Subject: [lwip-devel] [bug #22020] tcp_bind() for listen connection fails when connection on this port is active
Date: Tue, 15 Jan 2008 15:32:00 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

Follow-up Comment #4, bug #22020 (project lwip):

For example:

http://www.unixguide.net/network/socketfaq/4.5.shtml

It's discussed in Steven's TCP/IP Illustrated too, which I think is what I
remember reading.  Basically SO_REUSEADDR is the flag that says "allow me to
re-use this address/port even though a connection that is using that
address/port is still in the TIME_WAIT state".  lwIP doesn't have an
SO_REUSEADDR flag or functionality in any of its APIs, and so always refuses.

I may have misunderstood the problem being described though.  If so, I
apologise!



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22020>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]