You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Usage.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,16 @@ Sets the tool to either report or not report individual spin bit values or spin
83
83
--report-qr-loss
84
84
--not-report-qr-loss
85
85
86
-
Sets the tool to either report or not report round-trip loss rates or unidirectional loss rates for QUIC connections based on two experimental algorithms, when using the --textual mode. The default is to not report packet loss rates.
86
+
Sets the tool to either report or not report round-trip loss rates or unidirectional loss rates for QUIC connections based on two experimental algorithms, when using the --textual mode. The default is to not report packet loss rates.
87
87
88
-
--debug
88
+
--report-packets
89
+
--no-report-packets
90
+
--report-notes
91
+
--no-report-notes
92
+
93
+
The first two options set the tool to either report statistics on every packet or not. Note that --report-spins also sets reporting for all packets, but only for QUIC flows. The second two options set the tool to either report the textual "note" field on JSON or textual outputs or not.
0 commit comments