mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Spell out EphemeralMinPort and EphemeralMaxPort in comment.
For searching purposes.
This commit is contained in:
parent
daff4d8913
commit
f752d2ab0c
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ type SnowflakeProxy struct {
|
||||||
RelayURL string
|
RelayURL string
|
||||||
// OutboundAddress specify an IP address to use as SDP host candidate
|
// OutboundAddress specify an IP address to use as SDP host candidate
|
||||||
OutboundAddress string
|
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
|
EphemeralMinPort uint16
|
||||||
EphemeralMaxPort uint16
|
EphemeralMaxPort uint16
|
||||||
// RelayDomainNamePattern is the pattern specify allowed domain name for relay
|
// RelayDomainNamePattern is the pattern specify allowed domain name for relay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue