lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #7525] Implement TCP listen backlog


From: Jonathan Larmour
Subject: [lwip-devel] [task #7525] Implement TCP listen backlog
Date: Sat, 05 Jan 2008 18:34:05 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.12) Gecko/20071018 Red Hat/1.5.0.12-0.7.el4 Firefox/1.5.0.12 pango-text

Follow-up Comment #34, task #7525 (project lwip):

Thanks Frederic!

It just occurred to me about backlog = 0, that from the specification, the
implication is that it is valid for the backlog queue length to be 0. I think
this would mean that a connection is only accepted if there is already an
accept() call in progress and blocked.

I don't think we can sensibly implement that semantic though, so in that case
it's better to just leave things as they are which is close enough.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?7525>

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





reply via email to

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