This commit is contained in:
Arceliar 2018-03-03 11:49:24 -06:00
parent 55ee8f1afa
commit a367f2ca17
2 changed files with 6 additions and 6 deletions

View file

@ -28,9 +28,9 @@ type tunDevice struct {
}
type tunDefaultParameters struct {
maximumIfMTU int
maximumIfMTU int
defaultIfMTU int
defaultIfName string
defaultIfName string
defaultIfTAPMode bool
}