aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:34:32 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-10 03:46:56 +0200
commit2e1bceea1388e2bd57b4ef17fb21190a8755d71e (patch)
tree4ed954d5f2877adbe474e82c7564e6b612f86796 /src/timers.h
parentkeepalives: only queue keepalive when queue is empty (diff)
downloadwireguard-linux-compat-2e1bceea1388e2bd57b4ef17fb21190a8755d71e.tar.xz
wireguard-linux-compat-2e1bceea1388e2bd57b4ef17fb21190a8755d71e.zip
persistent keepalive: use authenticated keepalives
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/timers.h')
-rw-r--r--src/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.h b/src/timers.h
index 69bd10f..b6f80fd 100644
--- a/src/timers.h
+++ b/src/timers.h
@@ -15,6 +15,6 @@ void timers_any_authenticated_packet_received(struct wireguard_peer *peer);
void timers_handshake_initiated(struct wireguard_peer *peer);
void timers_handshake_complete(struct wireguard_peer *peer);
void timers_ephemeral_key_created(struct wireguard_peer *peer);
-void timers_any_packet_sent(struct wireguard_peer *peer);
+void timers_any_authenticated_packet_traversal(struct wireguard_peer *peer);
#endif