]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Added a note about socket recv/accept timeout errno value
authorgoldsimon <goldsimon>
Mon, 22 Feb 2010 19:12:21 +0000 (19:12 +0000)
committergoldsimon <goldsimon>
Mon, 22 Feb 2010 19:12:21 +0000 (19:12 +0000)
UPGRADING

index 26b378d71bf19249568955b1be3fe268295d3965..5a3ef518606e95603354c6959583247c7c763f21 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -26,6 +26,9 @@ with newer versions.
   * Netconn API: Changed netconn_receive() and netconn_accept() to return
     err_t, not a pointer to new data/netconn.
 
+  * Socket API / LWIP_SO_RCVTIMEO: when accept() or recv() time out, they
+    now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
+
 
   ++ Port changes