aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:30:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:30:57 +0200
commitebc1cd7a6f3871cf2741add11d3db33904628bdd (patch)
tree9700305f958027f4176ad64292c115d5daaaef24 /src/timers.c
parentpersistent keepalive: start sending immediately (diff)
downloadwireguard-monolithic-historical-ebc1cd7a6f3871cf2741add11d3db33904628bdd.tar.xz
wireguard-monolithic-historical-ebc1cd7a6f3871cf2741add11d3db33904628bdd.zip
timers: rename *authorized* functions to *authenticated*
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.c b/src/timers.c
index 01933a8..edc6da3 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -102,7 +102,7 @@ void timers_data_received(struct wireguard_peer *peer)
peer->timer_need_another_keepalive = true;
}
-void timers_any_authorized_packet_received(struct wireguard_peer *peer)
+void timers_any_authenticated_packet_received(struct wireguard_peer *peer)
{
if (likely(peer->timer_new_handshake.data))
del_timer(&peer->timer_new_handshake);