diff options
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r-- | node/Constants.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 524a8428..7650de8b 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -156,6 +156,11 @@ #define ZT_IF_MTU 2800 /** + * Default interface metric for ZeroTier taps -- should be higher than physical ports + */ +#define ZT_DEFAULT_IF_METRIC 32768 + +/** * Maximum number of packet fragments we'll support * * The actual spec allows 16, but this is the most we'll support right |