From f68db84414c93fcaac3053a4667bab5cf848bdbb Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 31 Aug 2022 20:23:40 +1000 Subject: [PATCH] Update `hop_limit` comment --- config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.proto b/config.proto index 61a2ee9..e899945 100644 --- a/config.proto +++ b/config.proto @@ -565,8 +565,8 @@ message Config { RegionCode region = 7; /* - * Overrides HOPS_RELIABLE and sets the maximum number of hops. This can't be greater than 7. - * 0 for default of 3 + * Maximum number of hops. This can't be greater than 7. + * Default of 3 */ uint32 hop_limit = 8;