mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
udp.c: Fix for bug #20503 : IGMP Improvement. Enable to receive a multicast packet on a udp pcb binded on an netif's IP address, and not on "any".
This commit is contained in:
@@ -256,6 +256,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-08-09 Frédéric Bernon, Bill Florac
|
||||
* udp.c: Fix for bug #20503 : IGMP Improvement. Enable to receive a multicast
|
||||
packet on a udp pcb binded on an netif's IP address, and not on "any".
|
||||
|
||||
2007-08-09 Frédéric Bernon, Bill Florac
|
||||
* igmp.h, igmp.c, ip.c: Fix minor changes from bug #20503 : IGMP Improvement.
|
||||
This is mainly on using lookup/lookfor, and some coding styles...
|
||||
|
||||
Reference in New Issue
Block a user