From f752d2ab0c7b4364d792e1325411697a0e687f30 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Sat, 21 Sep 2024 13:31:36 +0000 Subject: [PATCH] Spell out EphemeralMinPort and EphemeralMaxPort in comment. For searching purposes. --- proxy/lib/snowflake.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/lib/snowflake.go b/proxy/lib/snowflake.go index 79211bb..f168ec0 100644 --- a/proxy/lib/snowflake.go +++ b/proxy/lib/snowflake.go @@ -134,7 +134,8 @@ type SnowflakeProxy struct { RelayURL string // OutboundAddress specify an IP address to use as SDP host candidate OutboundAddress string - // Ephemeral*Port limits the pool of ports that ICE UDP connections can allocate from + // EphemeralMinPort and EphemeralMaxPort limit the range of ports that + // ICE UDP connections may allocate from. EphemeralMinPort uint16 EphemeralMaxPort uint16 // RelayDomainNamePattern is the pattern specify allowed domain name for relay