device: make initiations per second match kernel implementation
This commit is contained in:
parent
f70546bc2e
commit
e7e286ba6c
@ -22,7 +22,7 @@ const (
|
|||||||
RejectAfterTime = time.Second * 180
|
RejectAfterTime = time.Second * 180
|
||||||
KeepaliveTimeout = time.Second * 10
|
KeepaliveTimeout = time.Second * 10
|
||||||
CookieRefreshTime = time.Second * 120
|
CookieRefreshTime = time.Second * 120
|
||||||
HandshakeInitationRate = time.Second / 20
|
HandshakeInitationRate = time.Second / 50
|
||||||
PaddingMultiple = 16
|
PaddingMultiple = 16
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user