This website requires JavaScript.
Explore
Help
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2026-05-22 08:06:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
17a5ba08e4a72e51771b58d1518329a7ec07b30d
lwip
/
src
/
api
History
Simon Goldschmidt
d0877153bf
netconn_alloc(): return on invalid protocol instead of initializing mbox size to 0
2011-09-03 21:24:06 +02:00
..
api_lib.c
fixed bug
#31084
(socket API returns always EMSGSIZE on non-blocking sockets if data size > send buffers) -> now lwip_send() sends as much as possible for non-blocking sockets and only returns EWOULDBLOCK if the buffers are full
2011-07-22 22:05:24 +02:00
api_msg.c
netconn_alloc(): return on invalid protocol instead of initializing mbox size to 0
2011-09-03 21:24:06 +02:00
err.c
fixed bug
#31748
(Calling non-blocking connect more than once can render a socket useless) since it mainly involves changing "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.
2011-03-14 21:21:26 +00:00
netbuf.c
Combined IPv4 and IPv6 code where possible, added defines to access IPv4/IPv6 in non-IP code so that the code is more readable.
2011-05-25 17:16:35 +00:00
netdb.c
…
netifapi.c
…
sockets.c
fixed bug
#33956
Wrong error returned when calling accept() on UDP connections
2011-08-24 21:12:12 +02:00
tcpip.c
Fixed bug
#33802
tcpip: tcpip_callbackmsg_new sets msg->type to wrong type
2011-07-19 21:52:40 +02:00