Enable persistent keepalive timer on sent handshakes
This commit is contained in:
parent
99b6e2622c
commit
b0d322dfbd
1 changed files with 1 additions and 0 deletions
|
@ -984,6 +984,7 @@ void WgPeer::OnHandshakeInitSent() {
|
|||
assert(IsPeerLocked());
|
||||
WgClearTimer(TIMER_SEND_KEEPALIVE);
|
||||
WgSetTimer(TIMER_RETRANSMIT_HANDSHAKE);
|
||||
WgSetTimer(TIMER_PERSISTENT_KEEPALIVE);
|
||||
}
|
||||
|
||||
void WgPeer::OnHandshakeAuthComplete() {
|
||||
|
|
Loading…
Reference in a new issue