lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #6860] Add non-blocking support for connect, and exc


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #6860] Add non-blocking support for connect, and except set support in select
Date: Wed, 26 Aug 2009 21:22:06 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2

Update of patch #6860 (project lwip):

                  Status:                    None => In Progress            
             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #3:

I'd rather create a new function netconn_connect_ext(..., u8_t flags) and
pass the O_NONBLOCK in the flags instead of adding an "u8_t non_blocking" to
the struct in order to keep its memory footprint low (the member
"non_blocking" is not used afterwards).

Also, I'm tempted to make this an option to keep the impact low (code size,
too) for people not using non-blocking sockets.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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