diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 28f2cca9..54ca863b 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -745,11 +745,8 @@ * of living in lcp.h) */ #define PPP_MTU 1500 /* Default MTU (size of Info field) */ -#endif #ifndef PPP_MAXMTU -#if 0 -#define PPP_MAXMTU 65535 - (PPP_HDRLEN + PPP_FCSLEN) -#else +/* #define PPP_MAXMTU 65535 - (PPP_HDRLEN + PPP_FCSLEN) */ #define PPP_MAXMTU 1500 /* Largest MTU we allow */ #endif #define PPP_MINMTU 64