mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
rename the variable in quic.Config.AllowConnectionWindowIncrease (#3602)
This commit is contained in:
parent
b025344e71
commit
1283a1f215
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ type Config struct {
|
||||||
// limit the memory usage.
|
// limit the memory usage.
|
||||||
// To avoid deadlocks, it is not valid to call other functions on the connection or on streams
|
// To avoid deadlocks, it is not valid to call other functions on the connection or on streams
|
||||||
// in this callback.
|
// in this callback.
|
||||||
AllowConnectionWindowIncrease func(sess Connection, delta uint64) bool
|
AllowConnectionWindowIncrease func(conn Connection, delta uint64) bool
|
||||||
// MaxIncomingStreams is the maximum number of concurrent bidirectional streams that a peer is allowed to open.
|
// MaxIncomingStreams is the maximum number of concurrent bidirectional streams that a peer is allowed to open.
|
||||||
// Values above 2^60 are invalid.
|
// Values above 2^60 are invalid.
|
||||||
// If not set, it will default to 100.
|
// If not set, it will default to 100.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue