diff --git a/cmd/derper/derper.go b/cmd/derper/derper.go index 7bca26a6d..b4178c8d0 100644 --- a/cmd/derper/derper.go +++ b/cmd/derper/derper.go @@ -87,7 +87,7 @@ var ( acceptConnLimit = flag.Float64("accept-connection-limit", math.Inf(+1), "rate limit for accepting new connection") acceptConnBurst = flag.Int("accept-connection-burst", math.MaxInt, "burst limit for accepting new connection") - rateConfigPath = flag.String("rate-config", "", "path to JSON rate limit config file; reloaded on SIGHUP") + rateConfigPath = flag.String("rate-config", "", "if non-empty, path to JSON rate limit config file. Rate limiting is experimental and subject to change. Configuration is reloaded on SIGHUP.") // tcpKeepAlive is intentionally long, to reduce battery cost. There is an L7 keepalive on a higher frequency schedule. tcpKeepAlive = flag.Duration("tcp-keepalive-time", 10*time.Minute, "TCP keepalive time")