mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-16 14:06:54 +02:00
device: make initiations per second match kernel implementation
This commit is contained in:
parent
f70546bc2e
commit
e7e286ba6c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const (
|
|||
RejectAfterTime = time.Second * 180
|
||||
KeepaliveTimeout = time.Second * 10
|
||||
CookieRefreshTime = time.Second * 120
|
||||
HandshakeInitationRate = time.Second / 20
|
||||
HandshakeInitationRate = time.Second / 50
|
||||
PaddingMultiple = 16
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue