mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-17 06:00:41 +08:00
Fixed cookie reply processing bug
This commit is contained in:
@@ -12,7 +12,7 @@ const (
|
||||
RejectAfterTime = time.Second * 180
|
||||
RejectAfterMessages = (1 << 64) - (1 << 4) - 1
|
||||
KeepaliveTimeout = time.Second * 10
|
||||
CookieRefreshTime = time.Second * 2
|
||||
CookieRefreshTime = time.Minute * 2
|
||||
MaxHandshakeAttemptTime = time.Second * 90
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user