This website requires JavaScript.
Explore
Help
Sign In
scratch
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5f1aac1450d13decddc1e3586c2a0985dff0aca6
lwip
/
src
History
fbernon
5f1aac1450
api_msg.c: Fix bug
#16830
: "err_tcp() posts to connection mailbox when no pend on the mailbox is active". Now, the post is only done during a connect, and do_send, do_write and do_join_leave_group don't do anything if a previous error was signaled.
2007-04-05 16:54:20 +00:00
..
api
api_msg.c: Fix bug
#16830
: "err_tcp() posts to connection mailbox when no pend on the mailbox is active". Now, the post is only done during a connect, and do_send, do_write and do_join_leave_group don't do anything if a previous error was signaled.
2007-04-05 16:54:20 +00:00
core
Introduced #define LWIP_UNUSED_ARG(x) use this for and architecture-independent form to tell the compiler you intentionally are not using this variable. Can be overriden in cc.h.
2007-04-04 19:54:22 +00:00
include
Introduced #define LWIP_UNUSED_ARG(x) use this for and architecture-independent form to tell the compiler you intentionally are not using this variable. Can be overriden in cc.h.
2007-04-04 19:54:22 +00:00
netif
Fix bug
#5848
: add #if PAP_SUPPORT around the whole file pap.h
2007-04-04 19:21:27 +00:00
FILES
Updates the FILES contents to better reflect the current state.
2004-11-29 09:39:51 +00:00