mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
use flow controller for window update handling, remove windowUpdateMgr
This commit is contained in:
parent
e303a7f578
commit
f04d14ac3e
8 changed files with 72 additions and 269 deletions
|
@ -42,9 +42,6 @@ const MaxStreamsMultiplier = 1.1
|
|||
// TODO: set a reasonable value here
|
||||
const MaxIdleConnectionStateLifetime = 60 * time.Second
|
||||
|
||||
// WindowUpdateNumRepetitions is the number of times the same WindowUpdate frame will be sent to the client
|
||||
const WindowUpdateNumRepetitions uint8 = 2
|
||||
|
||||
// MaxSessionUnprocessedPackets is the max number of packets stored in each session that are not yet processed.
|
||||
const MaxSessionUnprocessedPackets = 128
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue