mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08: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.
|
||||
*/
|
||||
#if !defined LWIP_IPV6_FRAG || defined __DOXYGEN__
|
||||
#define LWIP_IPV6_FRAG 0
|
||||
#define LWIP_IPV6_FRAG 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user