Files
vpp/src/plugins
Artem Glazychev 53badfc683 wireguard: sending the first handshake
After creating a peer, we send a handshake request. But it's not quite right
to call wg_send_keepalive() directly.
According to documentation, handshake initiation is sent after (REKEY_TIMEOUT + jitter) ms.
Since it's the first one - we don't need to take REKEY_TIMEOUT into account,
but we still have jitter.

It also makes no sense to immediately send keepalives,
because the connection is not created yet.

Type: fix

Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Change-Id: I61707e4be79be65abc3396b5f1dbd48ecbf7ba60
2023-01-26 10:02:55 +00:00
..
2023-01-12 02:17:37 +00:00
2023-01-24 08:53:26 +00:00
2022-12-02 13:42:28 +00:00
2023-01-19 21:37:25 +00:00
2023-01-19 21:37:25 +00:00
2022-11-07 15:57:50 +00:00
2022-11-11 18:01:21 +00:00
2022-10-31 15:24:18 +00:00
2022-12-02 21:38:41 +00:00
2023-01-20 16:48:21 +00:00
2023-01-19 21:37:25 +00:00