[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #20503] IGMP Improvement
From: |
Frédéric Bernon |
Subject: |
[lwip-devel] [bug #20503] IGMP Improvement |
Date: |
Thu, 09 Aug 2007 17:48:17 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
Follow-up Comment #7, bug #20503 (project lwip):
Finally, since if LWIP_IGMP=0, the packet is dropped in ip_input, the code
have to be conditionned by the same:
Index: src/core/udp.c
===================================================================
RCS file: /sources/lwip/lwip/src/core/udp.c,v
retrieving revision 1.93
diff -w -b -u -0 -p -r1.93 udp.c
--- src/core/udp.c 3 Jul 2007 20:28:36 -0000 1.93
+++ src/core/udp.c 9 Aug 2007 17:42:52 -0000
@@ -156,0 +157,3 @@ udp_input(struct pbuf *p, struct netif *
+#if LWIP_IGMP
+ ip_addr_ismulticast(&(iphdr->dest)) ||
+#endif /* LWIP_IGMP */
No Objects?
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20503>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/