You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following table describes the available <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions>:
74
+
The following table describes the available <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions>.
75
75
76
76
| Option | Default | Description |
77
-
|--------|---------|-------------|
77
+
|------|-------|-----------|
78
78
|<xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions.MaxBidirectionalStreamCount>|`100`| The maximum number of concurrent bi-directional streams per connection. |
79
79
|<xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions.MaxUnidirectionalStreamCount>|`10`| The maximum number of concurrent inbound uni-directional streams per connection. |
80
80
|<xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions.MaxReadBufferSize>|`1024 * 1024` (1 MB) | The maximum read buffer size in bytes. |
0 commit comments