From cfff8d513a9e9376e93d5075c4c3b1360477a71c Mon Sep 17 00:00:00 2001 From: pokamest Date: Fri, 4 Jul 2025 01:56:53 +0100 Subject: [PATCH] fix build after upstream merge --- device/device.go | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/device/device.go b/device/device.go index 22ec102..69ee6e0 100644 --- a/device/device.go +++ b/device/device.go @@ -130,23 +130,6 @@ type Device struct { version Version awg awg.Protocol - isASecOn abool.AtomicBool - aSecMux sync.RWMutex - aSecCfg aSecCfgType - junkCreator junkCreator -} - -type aSecCfgType struct { - isSet bool - junkPacketCount int - junkPacketMinSize int - junkPacketMaxSize int - initPacketJunkSize int - responsePacketJunkSize int - initPacketMagicHeader uint32 - responsePacketMagicHeader uint32 - underloadPacketMagicHeader uint32 - transportPacketMagicHeader uint32 } // deviceState represents the state of a Device.