Skip to content

Commit 3878385

Browse files
committed
Merge branch 'anrossi/fix-dscp-detection' of https://github.com/microsoft/msquic into anrossi/fix-dscp-detection
2 parents ac98748 + b1fc94b commit 3878385

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/perf/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cibir | `-cibir:<hex_bytes>` | The well-known CIBIR identifier.
2626
cipher | `-cipher:<value>` | Decimal value of 1 or more `QUIC_ALLOWED_CIPHER_SUITE_FLAGS`.
2727
cpu | `-cpu:<cpu_indexes>` | Comma-separated list of CPUs to run on.
2828
ecn | `-ecn:<0,1>` | Enables sender-side ECN support.
29+
dscp | `-dscp:<0-63>` | Sets DSCP value used for outgoing traffic.
2930
exec | `-exec:<lowlat,maxtput,scavenger,realtime>` | The execution profile used for the application.
3031
pollidle | `-pollidle:<time_us>` | The time, in microseconds, to poll while idle before sleeping (falling back to interrupt-driven IO).
3132
stats | `-stats:<0,1>` | Prints out statistics at the end of each connection.
@@ -81,6 +82,7 @@ tcp | `-tcp:<0,1>` | Disables/enables TCP usage (instead of QUIC).
8182
encrypt | `-encrypt:<0,1>` | Disables/enables encryption.
8283
pacing | `-pacing:<0,1>` | Disables/enables send pacing.
8384
sendbuf | `-sendbuf:<0,1>` | Disables/enables send buffering.
85+
dscp | `-dscp:<0-63>` | Sets DSCP value used for outgoing traffic.
8486
ptput | `-ptput:<0,1>` | Print throughput information.
8587
pconnection, pconn | `-pconn:<0,1>` | Print connection statistics.
8688
pstream | `-pstream:<0,1>` | Print stream statistics.

0 commit comments

Comments
 (0)