This website requires JavaScript.
Explore
Help
Register
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
2025-08-03 21:14:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
/
include
History
fbernon
d4ecb23015
raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug
#26309
: Implement the SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception of broadcast packets even when this option wasn't set. Port maintainers which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. If you want this option also filter broadcast on recv operations, you also have to set IP_SOF_BROADCAST_RECV=1 in opt.h.
2009-04-29 12:42:43 +00:00
..
ipv4
/lwip
raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug
#26309
: Implement the SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception of broadcast packets even when this option wasn't set. Port maintainers which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. If you want this option also filter broadcast on recv operations, you also have to set IP_SOF_BROADCAST_RECV=1 in opt.h.
2009-04-29 12:42:43 +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
raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug
#26309
: Implement the SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception of broadcast packets even when this option wasn't set. Port maintainers which want to enable this filter have to set IP_SOF_BROADCAST=1 in opt.h. If you want this option also filter broadcast on recv operations, you also have to set IP_SOF_BROADCAST_RECV=1 in opt.h.
2009-04-29 12:42:43 +00:00
netif
Fixed loopif_poll define (now maps directly to netif_poll)
2008-06-17 20:12:22 +00:00