Skip to content

Commit

Permalink
Lower ZT_MIN_PHYSMTU
Browse files Browse the repository at this point in the history
regarding #2361
  • Loading branch information
laduke committed Sep 13, 2024
1 parent 4920b68 commit 1b0a648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ZeroTierOne.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1b0a648

Please sign in to comment.