mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-25 01:27:05 +08:00
LWIP_LOOPIF_MCAST -> LWIP_LOOPIF_MULTICAST
This commit is contained in:
@@ -1425,10 +1425,10 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_LOOPIF_MCAST==1: Support multicast/IGMP on loop interface (127.0.0.1).
|
||||
* LWIP_LOOPIF_MULTICAST==1: Support multicast/IGMP on loop interface (127.0.0.1).
|
||||
*/
|
||||
#ifndef LWIP_LOOPIF_MCAST
|
||||
#define LWIP_LOOPIF_MCAST 0
|
||||
#ifndef LWIP_LOOPIF_MULTICAST
|
||||
#define LWIP_LOOPIF_MULTICAST 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user