Model: MTU should be a 16-bit integer

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-10-24 19:01:33 +05:30
parent 6cddb9e34b
commit 7316eb06f8
2 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ struct InterfaceConfiguration: Codable {
var privateKey: Data
var addresses: [IPAddressRange] = []
var listenPort: UInt16? = nil
var mtu: UInt64? = nil
var mtu: UInt16? = nil
var dns: [DNSServer] = []
var publicKey: Data {