mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 07:06:39 +00:00
Merge pull request #2365 from zerotier/laduke/2361-phy-mtu
Lower ZT_MIN_PHYSMTU
This commit is contained in:
commit
c092b63987
@ -84,7 +84,7 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* Minimum UDP payload size allowed
|
* Minimum UDP payload size allowed
|
||||||
*/
|
*/
|
||||||
#define ZT_MIN_PHYSMTU 1400
|
#define ZT_MIN_PHYSMTU 510
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum physical interface name length. This number is gigantic because of Windows.
|
* Maximum physical interface name length. This number is gigantic because of Windows.
|
||||||
|
Loading…
Reference in New Issue
Block a user