mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Comment typo.
This commit is contained in:
parent
ec36fd4287
commit
1bde730b39
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ func (handler *httpHandler) turbotunnelMode(conn net.Conn, addr net.Addr) error
|
||||||
return fmt.Errorf("reading ClientID: %v", err)
|
return fmt.Errorf("reading ClientID: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Store a a short-term mapping from the ClientID to the client IP
|
// Store a short-term mapping from the ClientID to the client IP
|
||||||
// address attached to this WebSocket connection. tor will want us to
|
// address attached to this WebSocket connection. tor will want us to
|
||||||
// provide a client IP address when we call pt.DialOr. But a KCP session
|
// provide a client IP address when we call pt.DialOr. But a KCP session
|
||||||
// does not necessarily correspond to any single IP address--it's
|
// does not necessarily correspond to any single IP address--it's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue