Merge pull request #2365 from zerotier/laduke/2361-phy-mtu

Lower ZT_MIN_PHYSMTU
This commit is contained in:
Joseph Henry 2024-11-12 09:38:11 -08:00 committed by GitHub
commit c092b63987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ extern "C" {
/**
* 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.