Enable IPv6 fragmentation by default

This commit is contained in:
Dirk Ziegelmeier 2018-04-22 06:57:05 +02:00
parent 9980d09bc8
commit d4ee483280

View File

@ -2423,7 +2423,7 @@
* LWIP_IPV6_FRAG==1: Fragment outgoing IPv6 packets that are too big. * LWIP_IPV6_FRAG==1: Fragment outgoing IPv6 packets that are too big.
*/ */
#if !defined LWIP_IPV6_FRAG || defined __DOXYGEN__ #if !defined LWIP_IPV6_FRAG || defined __DOXYGEN__
#define LWIP_IPV6_FRAG 0 #define LWIP_IPV6_FRAG 1
#endif #endif
/** /**