From 1f34493be41464bc6b2ec904b2787e0ad1477a59 Mon Sep 17 00:00:00 2001 From: thorkill Date: Sat, 21 May 2016 22:57:46 +0200 Subject: [PATCH] Changed comment in node.h for SLPD --- src/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.h b/src/node.h index aac5cd72..fc16bdc5 100644 --- a/src/node.h +++ b/src/node.h @@ -83,7 +83,7 @@ typedef struct node_t { struct connection_t *connection; /* Connection associated with this node (if a direct connection exists) */ struct config_t *slpd_address; /* Address we learned via SLPD */ - struct timeval slpd_active_since; /* Last time a (gratuitous) UDP probe reply was sent */ + struct timeval slpd_active_since; /* Last time we accepted SLPD packet for this node */ uint32_t sent_seqno; /* Sequence number last sent to this node */ uint32_t received_seqno; /* Sequence number last received from this node */ uint32_t received; /* Total valid packets received from this node */