Add #define for minimum IPv6 MTU length

This commit is contained in:
Dirk Ziegelmeier
2019-03-28 08:16:29 +01:00
committed by Simon Goldschmidt
parent 379d55044e
commit ba3b04e7fe
4 changed files with 6 additions and 4 deletions

View File

@@ -44,6 +44,8 @@
extern "C" {
#endif
#define IP6_MIN_MTU_LENGTH 1280
/** This is the packed version of ip6_addr_t,
used in network headers that are itself packed */
#ifdef PACK_STRUCT_USE_INCLUDES