mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-18 02:56:06 +00:00
Use uint64 for MTU for forward-compatibility
This commit is contained in:
@ -14,7 +14,7 @@ type platformDefaultParameters struct {
|
||||
DefaultMulticastInterfaces []string
|
||||
|
||||
// TUN/TAP
|
||||
MaximumIfMTU uint16
|
||||
DefaultIfMTU uint16
|
||||
MaximumIfMTU uint64
|
||||
DefaultIfMTU uint64
|
||||
DefaultIfName string
|
||||
}
|
||||
|
Reference in New Issue
Block a user