Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 10, 2024
1 parent 094d78e commit 838942e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neqo-bin/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" => {
Expand Down

0 comments on commit 838942e

Please sign in to comment.