mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
update comment for protocol in proxy/webRTCConn
This commit is contained in:
parent
de9fede4ac
commit
0d3b5f02b0
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ type webRTCConn struct {
|
||||||
|
|
||||||
bytesLogger bytesLogger
|
bytesLogger bytesLogger
|
||||||
|
|
||||||
|
// protocol reflect the protocol field in the channel opening
|
||||||
|
// message of Data Channel Establishment Protocol.
|
||||||
|
// In snowflake it is used to transmit connection metadata.
|
||||||
protocol string
|
protocol string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue