We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compatible_upgrade_large_initial
1 parent 00646f0 commit 6ed7706Copy full SHA for 6ed7706
neqo-transport/src/connection/tests/vn.rs
@@ -284,6 +284,11 @@ fn compatible_upgrade_large_initial() {
284
assert_eq!(client.stats().dropped_rx, 1);
285
assert!(matches!(server.stats().dropped_rx, 2 | 3));
286
assert_dscp(&client.stats());
287
+ assert!(
288
+ server.stats().dscp_rx[IpTosDscp::Cs0] == server.stats().packets_rx
289
+ || server.stats().dscp_rx[IpTosDscp::Cs0] == server.stats().packets_rx + 1
290
+ );
291
+
292
assert_dscp(&server.stats());
293
}
294
0 commit comments