This is an automated email from the git hooks/post-receive script.
itchyonion pushed a commit to branch main in repository pluggable-transports/snowflake.
commit cebe4a0af6777a157aea0ed6351471ea70826584 Author: Flo418 2645-Flo418@gitlab.torproject.org AuthorDate: Wed Nov 23 20:57:01 2022 +0100
enhance help for capacity flag, fix #40208 --- proxy/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/main.go b/proxy/main.go index 67274c7..d470f38 100644 --- a/proxy/main.go +++ b/proxy/main.go @@ -18,7 +18,7 @@ import ( )
func main() { - capacity := flag.Uint("capacity", 0, "maximum concurrent clients") + capacity := flag.Uint("capacity", 0, "maximum concurrent clients (default is to accept an unlimited number of clients)") stunURL := flag.String("stun", sf.DefaultSTUNURL, "STUN URL") logFilename := flag.String("log", "", "log filename") rawBrokerURL := flag.String("broker", sf.DefaultBrokerURL, "broker URL")