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-14 04:06:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
93ccba9bcbd13273f19155b3b860abbc0d5d2577
lwip
/
src
/
api
History
Joel Cunningham
93ccba9bcb
don't fail closing a socket/netconn when failing to allocate the FIN segment; blocking the calling thread for a while is better than risking leaking a netconn/socket (see bug
#46701
)
...
Signed-off-by: sg <
goldsimon@gmx.de
>
2016-03-17 21:00:18 +01:00
..
api_lib.c
fixed compiling netconn_write_partly with LWIP_SO_SNDTIMEO==1 after recent api implementation changes (bug
#47436
, patch by William Hayes)
2016-03-17 20:15:22 +01:00
api_msg.c
don't fail closing a socket/netconn when failing to allocate the FIN segment; blocking the calling thread for a while is better than risking leaking a netconn/socket (see bug
#46701
)
2016-03-17 21:00:18 +01:00
err.c
fixed typo in one of the last commits
2016-03-06 20:59:50 +01:00
netbuf.c
…
netdb.c
…
netifapi.c
Port netifapi to new simple tcpip API call method
2016-03-10 22:42:21 +01:00
pppapi.c
PPPAPI: Don't return garbage in *_create calls in case tcpip_api_call() fails;
2016-03-16 23:01:05 +01:00
sockets.c
Optimize sendmsg UDP pbuf chain creation
2016-03-07 09:26:58 -06:00
tcpip.c
Fix netconn API in core locking mode
2016-03-17 09:31:50 +01:00