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-12-29 03:14:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0bf32b957d
lwip
/
src
History
goldsimon
0bf32b957d
Fixed bug
#21107
(didn't reset IP TTL in ICMP echo replies)
2007-09-19 06:12:34 +00:00
..
api
udp.h, udp.c, sockets.c: Changes for "
#20503
IGMP Improvement". Add IP_MULTICAST_IF option in socket API, and a new field "multicast_ip" in "struct udp_pcb" (for netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for IP_MULTICAST_TTL and IP_MULTICAST_IF.
2007-09-15 15:19:41 +00:00
core
Fixed bug
#21107
(didn't reset IP TTL in ICMP echo replies)
2007-09-19 06:12:34 +00:00
include
udp.h, udp.c, sockets.c: Changes for "
#20503
IGMP Improvement". Add IP_MULTICAST_IF option in socket API, and a new field "multicast_ip" in "struct udp_pcb" (for netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for IP_MULTICAST_TTL and IP_MULTICAST_IF.
2007-09-15 15:19:41 +00:00
netif
Add a sanity check for PPP, and a #if !NO_SYS/#endif for slipif_loop
2007-09-12 19:16:44 +00:00
FILES