MTU support in controller.

This commit is contained in:
Adam Ierymenko
2017-05-04 17:22:24 -07:00
parent 107e3e4106
commit 909a14fb48
3 changed files with 8 additions and 0 deletions

View File

@@ -59,6 +59,11 @@ extern "C" {
*/
#define ZT_DEFAULT_PORT 9993
/**
* Minimum MTU, which is the minimum allowed by IPv6 and several specs
*/
#define ZT_MIN_MTU 1280
/**
* Maximum MTU for ZeroTier virtual networks
*/