mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-28 19:18:32 +08:00
sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and
comment out missing header include in icmp.c
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
/* IGMP support available? */
|
||||
#if defined(LWIP_IGMP) && (LWIP_IGMP > 0)
|
||||
|
||||
// Some routers are not happy with ROUTER ALERT make it defineable, 1 to enable
|
||||
/* Some routers are not happy with ROUTER ALERT make it defineable, 1 to enable */
|
||||
#define USE_ROUTER_ALERT 0
|
||||
|
||||
/*
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
// If you change this enum, think to update memp_names in stats_display (stats.c)
|
||||
/* If you change this enum, think to update memp_names in stats_display (stats.c) */
|
||||
typedef enum {
|
||||
MEMP_PBUF,
|
||||
MEMP_RAW_PCB,
|
||||
|
||||
Reference in New Issue
Block a user