Added
Windows
- Windows daemon now looks up the MTU on the default interface and uses this MTU instead of the
default 1500. The 1500 is still the fallback if this for some reason fails. This may stop
fragmentation.
Fixed
Linux
- Fix issue where MTU could not be manually set in the app.
- Lower the max MTU from the automatic MTU detection down to 1380,
which was the hardcoded default before the automatic detection was implemented.
This solves issues where the physical interface MTU was set higher than it could
actually transport.