diff --git a/src/core/bbr.c b/src/core/bbr.c index d8b1e2633a..e92b5c28c0 100644 --- a/src/core/bbr.c +++ b/src/core/bbr.c @@ -626,7 +626,7 @@ BbrCongestionControlGetSendAllowance( !TimeSinceLastSendValid || !Connection->Settings.PacingEnabled || Bbr->MinRtt == UINT32_MAX || - Bbr->MinRtt < MS_TO_US(QUIC_SEND_PACING_INTERVAL)) { + Bbr->MinRtt < QUIC_SEND_PACING_INTERVAL) { // // We're not in the necessary state to pace. //