mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
update comment on conn.SetStreamMode
This commit is contained in:
parent
3a2b2fc969
commit
69045b5fbb
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ func newSession(snowflakes SnowflakeCollector, clientIDCandid turbotunnel.Client
|
|||
pconn.Close()
|
||||
return nil, nil, err
|
||||
}
|
||||
// Permit coalescing the payloads of consecutive sends.
|
||||
// Disallow coalescing the payloads of consecutive sends.
|
||||
conn.SetStreamMode(false)
|
||||
// Set the maximum send and receive window sizes to a high number
|
||||
// Removes KCP bottlenecks: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/issues/40026
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue