This is an automated email from the git hooks/post-receive script.
dcf pushed a change to branch main in repository pluggable-transports/snowflake.
from 8e5af50 Increase clientIDAddrMapCapacity to 98304. new 6449146 Manually unlock the mutex in ClientMap.SendQueue. new 77b186a Have SnowflakeClientConn implement io.WriterTo. new d4749d2 Reduce turbotunnel queueSize from 2048 to 512. new 839d221 Take ownership of buffer in QueuePacketConn QueueIncoming/WriteTo.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: common/turbotunnel/clientmap.go | 5 ++-- common/turbotunnel/clientmap_test.go | 18 +++++++++++++ common/turbotunnel/consts.go | 2 +- common/turbotunnel/queuepacketconn.go | 22 +++++++-------- common/turbotunnel/queuepacketconn_test.go | 43 ++++++++++++++++++++++++++++++ server/lib/snowflake.go | 32 +++++++++++++++++----- server/server.go | 2 +- 7 files changed, 101 insertions(+), 23 deletions(-) create mode 100644 common/turbotunnel/clientmap_test.go create mode 100644 common/turbotunnel/queuepacketconn_test.go
tor-commits@lists.torproject.org