Increase default mtu to 1500

This commit is contained in:
Erik Ekman
2009-03-04 21:27:48 +00:00
committed by Erik Ekman
parent 751f672a27
commit 84f5965825
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ CHANGES:
The normal code was never affected by this.
- Added win32 code to read DNS server from system, fixes #45.
- Disabled password echo on win32, fixes #44.
- Fix encoding error making all autoprobing > 1024 bytes fail, #52.
- Increase default interface MTU to 1500.
2009-01-23: 0.5.0 "iPassed"
- Fixed segfault in server when sending version reject.