fix build after upstream merge

This commit is contained in:
pokamest 2025-07-04 01:56:53 +01:00
parent bf4b872dca
commit c4c3d4ac24

View file

@ -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.