mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Merge pull request #2365 from zerotier/laduke/2361-phy-mtu
Lower ZT_MIN_PHYSMTU
This commit is contained in:
commit
c092b63987
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue