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@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