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;