quic: increase flow control windows
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 6.9k
- Forks
- 1.3k
- Avg merge
- 13d 21h
- Merged PRs (30d)
- 1
Description
The stream flow control window is currently limited to 10 MB. This limits transfer performance on connections with BDPs higher than that. We should use a significantly higher value than that. 50 MB seems like a better choice for well-connected servers.
This should be ok since window increases are limited by the resource manager.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the QUIC stream flow-control window and the resource manager that constrains window increases. Confirm how the current 10 MB limit is applied, then verify that a 50 MB window improves high-BDP transfers without bypassing resource-manager limits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking, performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100