HTTP/3: Add additional configuration to Http3Limits
Open
api-suggestion
area-networking
HTTP3
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
msquic has various configuration options: https://github.com/microsoft/msquic/blob/main/docs/Settings.md
At the very least the msquic options that have matching configuration in Http2Limits should be added to Http3Limits.
Examples:
* InitialConnectionWindowSize = ConnFlowControlWindow (or InitialWindowPackets?)
* InitialStreamWindowSize = StreamRecvWindowDefault
* KeepAlivePingDelay = KeepAliveIntervalMs?
* KeepAlivePingTimeout = DisconnectTimeoutMs?
Also msquic's IdleTimeoutMs should be set to KestrelServerLimits.KeepAliveTimeout
Contributor guide
Assessment
This issue has not been assessed yet.