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