Browse Source

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

Lower ZT_MIN_PHYSMTU
Joseph Henry 9 months ago
parent
commit
c092b63987
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/ZeroTierOne.h

+ 1 - 1
include/ZeroTierOne.h

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