Lower ZT_MIN_PHYSMTU

regarding #2361
This commit is contained in:
travisladuke 2024-09-13 09:59:22 -07:00 committed by Travis LaDuke
parent 36b4659f77
commit 55bbd2aec6

View File

@ -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.