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: Frédéric Bernon
Subject: [lwip-devel] [task #7525] Implement TCP listen backlog
Date: Wed, 19 Dec 2007 08:11:35 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

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

>tcp_accepted() could probably be a macro, for now at least. 

Agree

>Although I'm not sure why we would change do_recv()? Can't we just call
tcp_accepted() from accept_function() ? 

?? In this case, the backlog would not be driven by the application, and
should be always 0 or 1 (since each incoming tcp connected will callback
accept_function, which call tcp_accepted). I think this is each time a
netconn_accept is done we should increment the counter (in the same idea that
the tcp window is increased each time the application read the data).



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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