aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/receive.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-10-19 00:26:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-10-19 17:21:42 +0900
commit4a3d43f73486afbd73f7081478fcdc08fa52bf0b (patch)
tree756368b666c11e35a8877b9e78ec336e3b7afb78 /src/receive.c
parentnoise: comment/document the key swapping (diff)
downloadwireguard-monolithic-historical-4a3d43f73486afbd73f7081478fcdc08fa52bf0b.tar.xz
wireguard-monolithic-historical-4a3d43f73486afbd73f7081478fcdc08fa52bf0b.zip
debug: keep alive -> keepalive
Diffstat (limited to 'src/receive.c')
-rw-r--r--src/receive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/receive.c b/src/receive.c
index 3bf0c59..54e74b0 100644
--- a/src/receive.c
+++ b/src/receive.c
@@ -199,7 +199,7 @@ static void receive_data_packet(struct sk_buff *skb, struct wireguard_peer *peer
if (unlikely(used_new_key))
packet_send_queue(peer);
- /* A packet with length 0 is a keep alive packet */
+ /* A packet with length 0 is a keepalive packet */
if (unlikely(!skb->len)) {
net_dbg_ratelimited("Receiving keepalive packet from peer %Lu (%pISpfsc)\n", peer->internal_id, addr);
goto packet_processed;