diff options
Diffstat (limited to 'src/device.go')
-rw-r--r-- | src/device.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.go b/src/device.go index 2ead768..61c87bc 100644 --- a/src/device.go +++ b/src/device.go @@ -24,7 +24,7 @@ type Device struct { mutex sync.RWMutex addr *net.UDPAddr // UDP source address conn *net.UDPConn // UDP "connection" - fwmark int + fwmark uint32 } mutex sync.RWMutex privateKey NoisePrivateKey |