From 838942e412819c14e313e0c972624420747a3065 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 10 Sep 2024 15:31:30 +0200 Subject: [PATCH] fmt --- neqo-bin/src/client/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neqo-bin/src/client/mod.rs b/neqo-bin/src/client/mod.rs index 0c0f3d4321..08e0abeb46 100644 --- a/neqo-bin/src/client/mod.rs +++ b/neqo-bin/src/client/mod.rs @@ -262,8 +262,8 @@ impl Args { self.resume = true; // PMTUD probes inflate what we sent in 1-RTT, causing QNS to fail the test. self.shared.quic_parameters.no_pmtud = true; - // If we pace, we might get the initial server flight before sending sufficient 0-RTT - // data to pass the QNS check. + // If we pace, we might get the initial server flight before sending sufficient + // 0-RTT data to pass the QNS check. self.shared.quic_parameters.no_pacing = true; } "multiconnect" => {