Update hop_limit comment

This commit is contained in:
Sacha Weatherstone 2022-08-31 20:23:40 +10:00
parent d8213ad133
commit f68db84414
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -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;