mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
MTU support in controller.
This commit is contained in:
parent
107e3e4106
commit
909a14fb48
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue