From c46781095ec64fbc4f8cf6097ca70b594a68c583 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 25 Sep 2021 21:04:29 +0200 Subject: Add timeout --- src/routing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routing.h') diff --git a/src/routing.h b/src/routing.h index 7f1d19e..e42eb71 100644 --- a/src/routing.h +++ b/src/routing.h @@ -21,7 +21,7 @@ struct nodeid { struct entry { bool set; struct nodeid id; - time_t last; + time_t expire; struct addr addr; }; -- cgit v1.2.3