mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
Added a note about socket recv/accept timeout errno value
This commit is contained in:
parent
e934f8aac6
commit
52b87b751f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user