Browse Source

Lower ZT_MIN_PHYSMTU

regarding #2361
travisladuke 1 năm trước cách đây
mục cha
commit
55bbd2aec6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/ZeroTierOne.h

+ 1 - 1
include/ZeroTierOne.h

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