[tor-commits] [pluggable-transports/meek] 01/09: Set queueSize = 256 in meek-client as well.

gitolite role git at cupani.torproject.org
Fri Oct 28 07:13:00 UTC 2022


This is an automated email from the git hooks/post-receive script.

dcf pushed a commit to branch turbotunnel
in repository pluggable-transports/meek.

commit 829ab9e7b00fb0b223615b9693de1296ae2f4656
Author: David Fifield <david at bamsoftware.com>
AuthorDate: Thu Oct 27 17:43:36 2022 -0600

    Set queueSize = 256 in meek-client as well.
---
 meek-client/turbotunnel.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meek-client/turbotunnel.go b/meek-client/turbotunnel.go
index 17202b4..7e10d01 100644
--- a/meek-client/turbotunnel.go
+++ b/meek-client/turbotunnel.go
@@ -24,7 +24,7 @@ import (
 
 const (
 	// The size of receive and send queues.
-	queueSize = 32
+	queueSize = 256
 
 	// The size of the largest bundle of packets we will send in a poll.
 	// (Actually it's not quite a maximum, we will quit bundling as soon as

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list