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 23, 2024
1 parent d9d58c8 commit bd8cd9e
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

1 comment on commit bd8cd9e

@destroyer5656
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea when this will merge into dev and cut into a new release @laduke ?

Please sign in to comment.