Skip to content

Commit

Permalink
chore: fix warns
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Apr 26, 2024
1 parent 8cb58b3 commit 1e699a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport_webrtc/src/transport/bwe_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::time::Instant;
///
/// - It start with Inactive state, in this state all bwe = bwe.max(DEFAULT_BWE_BPS)
/// - In WarmUp state, it have 2 phase, each phase is 1 seconds.
/// After first phase, the Bwe will be reset with lastest_bwe.max(DEFAULT_BWE_BPS).
/// After first phase, the Bwe will be reset with latest_bwe.max(DEFAULT_BWE_BPS).
/// In this phase, bwe = bwe.max(DEFAULT_BWE_BPS). After WarmUp end it will be switched to Active
/// - In Active, bwe = bwe.min(MAX_BITRATE_BPS). If after TIMEOUT_MS, we dont have video packet, it will be reset to Inactive
///
Expand Down

0 comments on commit 1e699a6

Please sign in to comment.