Skip to content

Commit

Permalink
Update sch_dualpi2.c
Browse files Browse the repository at this point in the history
Further refined comments and usage of DCTCP
  • Loading branch information
koen0607 authored May 23, 2024
1 parent cf38b4f commit 8c7bb60
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions net/sched/sch_dualpi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
*
* DualPI Improved with a Square (dualpi2):
* - Supports congestion controls that comply with the Prague requirements
* in RFC9331 (e.g., Prague; note: DCTCP not anymore unless in DC context)
* - Supports coupled dual-queue with PI2
* - Supports L4S ECN identifier
* in RFC9331 (e.g. TCP-Prague)
* - Supports coupled dual-queue with PI2 as defined in RFC9332
* - Supports ECN L4S-identifier (IP.ECN==0b*1)
*
* note: DCTCP is not Prague compliant, so DCTCP & DualPI2 can only be
* used in DC context; BBRv3 (overwrites bbr) stopped Prague support,
* you should use TCP-Prague instead for low latency apps
*
* References:
* - RFC9332: https://datatracker.ietf.org/doc/html/rfc9332
Expand Down

0 comments on commit 8c7bb60

Please sign in to comment.