Skip to content

Commit

Permalink
silent an info message related to ack frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-damiend committed Aug 31, 2023
1 parent 307d80b commit 12f8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn-proto/src/connection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ impl Connection {
// Request an immediate ACK to ensure we receive one within RTT, as recommended by
// the acknowledgement frequency draft
self.spaces[SpaceId::Data].immediate_ack_pending = true;
tracing::info!(
tracing::debug!(
"setting RTT timer with RTT = {} ms",
self.path.rtt.get().as_millis()
);
Expand Down

0 comments on commit 12f8fb0

Please sign in to comment.