Update default interface MTU to use per-platform instead of global value

This commit is contained in:
Neil Alexander 2018-03-03 12:43:39 +00:00
parent 4917ea3dd2
commit 4e5627f933
6 changed files with 5 additions and 7 deletions

View file

@ -18,7 +18,7 @@ import water "github.com/neilalexander/water"
func getDefaults() tunDefaultParameters {
return tunDefaultParameters{
maximumIfMTU: 16384,
defaultIfMTU: DEFAULT_MTU,
defaultIfMTU: 16384,
defaultIfName: "/dev/tap0",
defaultIfTAPMode: true,
}