lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5919] Create compile switch to remove select code


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #5919] Create compile switch to remove select code
Date: Tue, 22 May 2007 20:33:43 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #10, patch #5919 (project lwip):

Ok, so event_callback seems to be needed for non-blocking sockets. This could
be avoided, however, if the netconn API would support non-blocking receive
(which is not that useful since we have callbacks for that). But since we now
have sys_arch_mbox_tryfetch(), it could be solved in that way. However, I
suggest to leave it like it is (which means we need event_callback regardless
of select()).

We could however introduce another option LWIP_NONBLOCKING_SOCKETS to remove
that kind of code in order to reduce code size.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5919>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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