MTU support in controller.

This commit is contained in:
Adam Ierymenko 2017-05-04 17:22:24 -07:00
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
*/