mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-08-03 02:02:50 +02:00
fix build after upstream merge
This commit is contained in:
parent
bf4b872dca
commit
cfff8d513a
1 changed files with 0 additions and 17 deletions
|
@ -130,23 +130,6 @@ type Device struct {
|
||||||
|
|
||||||
version Version
|
version Version
|
||||||
awg awg.Protocol
|
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.
|
// deviceState represents the state of a Device.
|
||||||
|
|
Loading…
Add table
Reference in a new issue