mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Updated proxyType variable name for readability
This commit is contained in:
parent
981abffbd9
commit
97554e03e4
5 changed files with 30 additions and 30 deletions
|
@ -10,7 +10,7 @@ over the offer and answer channels.
|
|||
*/
|
||||
type Snowflake struct {
|
||||
id string
|
||||
ptype string
|
||||
proxyType string
|
||||
offerChannel chan []byte
|
||||
answerChannel chan []byte
|
||||
clients int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue