lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5780] Implement SO_RCVTIMEO on UDP sockets/netconn


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #5780] Implement SO_RCVTIMEO on UDP sockets/netconn
Date: Mon, 05 Mar 2007 07:41:42 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

Follow-up Comment #1, patch #5780 (project lwip):

Implementing such general socket options (derived from linux etc.) is fine
for me, as long as you can turn it off to save code space if you don't need
it.
But rather than changing the mbox api for this purpose, I would like to
introduce a new function for this (sys_mbox_fetch_timeout or something) which
returns int instead of void to let the caller know if it worked. You have it
this way with most embedded operating systems, anyway.
In sys.c, sys_mbox_fetch can simply call the new function with timeout=0.

I can't read the source code in this post though, since it is not formatted.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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