dotnet / dotnet/aspnetcore

HTTP/3: Add additional configuration to Http3Limits

Open
#32,034 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.