Skip to content

Commit

Permalink
Update l4sQueueType description based on Herbert's feedback. Includes…
Browse files Browse the repository at this point in the history
… what L4S is, queue type descriptions, and link to RFC9330
  • Loading branch information
benhepworth committed Jan 22, 2025
1 parent 6fe22a7 commit e591187
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion code/API_definitions/qos-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,23 @@ components:
- non-l4s-queue
- l4s-queue
- mixed-queue
description: Specifies the type of queue for L4S traffic management
description: |
Specifies the type of queue for L4S (Low Latency, Low Loss, Scalable Throughput) traffic management. L4S is an advanced queue management approach designed to provide ultra-low latency and high throughput for internet traffic, particularly beneficial for interactive applications such as gaming, video conferencing, and virtual reality.
**Queue Type Descriptions:**
- **non-l4s-queue**:
A traditional queue used for legacy internet traffic that does not utilize L4S enhancements. It provides standard latency and throughput levels.
- **l4s-queue**:
A dedicated queue optimized for L4S traffic, delivering ultra-low latency, low loss, and scalable throughput to support latency-sensitive applications.
- **mixed-queue**:
A shared queue that can handle both L4S and traditional traffic, offering a balance between ultra-low latency for L4S flows and compatibility with non-L4S flows.
externalDocs:
description: For more details, refer to the L4S standard.
url: https://datatracker.ietf.org/doc/rfc9330/
differentiatedServicesCodepoint:
type: string
description: |
Expand Down

0 comments on commit e591187

Please sign in to comment.