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
94cd14e90de2545423b7793826884b84e30124e3
lwip
/
src
/
include
History
goldsimon
94cd14e90d
patch
#6459
: Made err_t overridable to use a more efficient type (define LWIP_ERR_T in cc.h)
2008-06-17 20:27:31 +00:00
..
ipv4
/lwip
igmp.h, igmp.c: Fix bug
#22613
"IGMP iphdr problem" (could have some problems to fill the IP header on some targets, use now the ip.h macros to do it).
2008-03-17 13:40:00 +00:00
ipv6
/lwip
Minor changes (but in lot of files): add #if/#endif for options where they could miss. #if LWIP_xxx if always put after #include "lwip/opt.h" (note this one indirectly include cc.h). Move others includes inside #if/#endif block.
2007-09-07 23:01:59 +00:00
lwip
patch
#6459
: Made err_t overridable to use a more efficient type (define LWIP_ERR_T in cc.h)
2008-06-17 20:27:31 +00:00
netif
Fixed loopif_poll define (now maps directly to netif_poll)
2008-06-17 20:12:22 +00:00