Skip to content

Commit 6a0e186

Browse files
Copilotguardrex
andcommitted
Fix metadata ordering and table formatting per style guidelines
Co-authored-by: guardrex <[email protected]>
1 parent f708a3d commit 6a0e186

File tree

1 file changed

+3
-3
lines changed
  • aspnetcore/fundamentals/servers/kestrel

1 file changed

+3
-3
lines changed

aspnetcore/fundamentals/servers/kestrel/http3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Use HTTP/3 with the ASP.NET Core Kestrel web server
3+
ai-usage: ai-assisted
34
author: wtgodbe
45
description: Learn about using HTTP/3 with Kestrel, the cross-platform web server for ASP.NET Core.
56
monikerRange: '>= aspnetcore-6.0'
67
ms.author: wigodbe
78
ms.custom: mvc, linux-related-content
89
ms.date: 11/13/2025
910
uid: fundamentals/servers/kestrel/http3
10-
ai-usage: ai-assisted
1111
---
1212

1313
# Use HTTP/3 with the ASP.NET Core Kestrel web server
@@ -71,10 +71,10 @@ QUIC transport options can be configured by calling the <xref:Microsoft.AspNetCo
7171

7272
:::code language="csharp" source="samples/6.x/KestrelSample/Snippets/Program.cs" id="snippet_UseQuicWithOptions" highlight="3-8":::
7373

74-
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>.
7575

7676
| Option | Default | Description |
77-
|--------|---------|-------------|
77+
| ------ | ------- | ----------- |
7878
| <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions.MaxBidirectionalStreamCount> | `100` | The maximum number of concurrent bi-directional streams per connection. |
7979
| <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions.MaxUnidirectionalStreamCount> | `10` | The maximum number of concurrent inbound uni-directional streams per connection. |
8080
| <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.QuicTransportOptions.MaxReadBufferSize> | `1024 * 1024` (1 MB) | The maximum read buffer size in bytes. |

0 commit comments

Comments
 (0)