mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Enable IPv6 fragmentation by default
This commit is contained in:
parent
9980d09bc8
commit
d4ee483280
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user