From f93e2d4de6e8140276ce84d173bfb80acaf45830 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 10 May 2025 11:43:31 +0200 Subject: Rebuild the rounting table on startup --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 11e39bd..f0be10a 100644 --- a/src/main.c +++ b/src/main.c @@ -158,6 +158,7 @@ int main(int argc, char** argv) { } else { routing_setid(&myID); routing_reset_expire(time(NULL) + PROTO_UNCTM); + routing_rebuild_table(); } dht.self = myID; -- cgit v1.2.3