[tor-commits] [meek/turbotunnel] Comment typo.
dcf at torproject.org
dcf at torproject.org
Tue Jan 28 04:40:02 UTC 2020
commit 7eb94209f857fc71c2155907b0462cc587fc76cc
Author: David Fifield <david at bamsoftware.com>
Date: Mon Jan 27 21:39:10 2020 -0700
Comment typo.
---
meek-server/turbotunnel.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meek-server/turbotunnel.go b/meek-server/turbotunnel.go
index c45b2fb..293ac76 100644
--- a/meek-server/turbotunnel.go
+++ b/meek-server/turbotunnel.go
@@ -19,7 +19,7 @@ import (
// The size of receive and send queues.
const queueSize = 32
-// ClientID plays the role in HTTPPacketConn that an (IP address, port) tuple
+// ClientID plays the role in QueuePacketConn that an (IP address, port) tuple
// plays in a net.UDPConn. It is a persistent identifier that binds together all
// the HTTP transactions that occur as part of a session. The ClientID is sent
// along with all HTTP requests, and the server uses the ClientID to
More information about the tor-commits
mailing list