This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://github.com/lwip-tcpip/lwip.git
synced
2024-11-16 23:15:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d798abcb91
lwip
/
src
/
api
History
goldsimon
59513b41e5
Restructured the code a bit to help my dump compiler not creating a jump table in ROM
2011-12-05 21:10:22 +01:00
..
api_lib.c
netconn_accept: return ERR_ABRT instead of ERR_CLSD if the connection has been aborted by err_tcp (since this is not a normal closing procedure).
2011-03-13 11:17:18 +00:00
api_msg.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
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
bug
#27352
: removed packing from ip_addr_t, the packed version is now only used in protocol headers. Added global storage for current src/dest IP address while in input functions.
2010-05-22 21:11:02 +00:00
netdb.c
Correctly NULL-terminate h_addr_list
2010-05-17 12:36:45 +00:00
netifapi.c
sockets.c
Fixed printf-format error (bug
#33079
)
2011-04-21 05:15:45 +00:00
tcpip.c
Restructured the code a bit to help my dump compiler not creating a jump table in ROM
2011-12-05 21:10:22 +01:00