Skip to content

Commit

Permalink
Merge pull request #2365 from zerotier/laduke/2361-phy-mtu
Browse files Browse the repository at this point in the history
Lower ZT_MIN_PHYSMTU
  • Loading branch information
joseph-henry authored Nov 12, 2024
2 parents 18a5452 + 47efee1 commit c092b63
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 c092b63

Please sign in to comment.