We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ee44a commit de25f71Copy full SHA for de25f71
jvb/src/main/kotlin/org/jitsi/videobridge/cc/allocation/BitrateController.kt
@@ -107,9 +107,7 @@ class BitrateController<T : MediaSourceContainer> @JvmOverloads constructor(
107
108
/**
109
* Ignore the bandwidth estimations for some initial time because the REMBs don't ramp up fast enough.
110
- * This is needed for our GCC implementation but should be ski
111
- * to go but it's related to our GCC implementation that needs to be brought up to speed.
112
- * TODO: Is this comment still accurate?
+ * This shouldn't be needed for other bandwidth estimation algorithms.
113
*/
114
private val trustBwe: Boolean
115
get() = config.trustBwe && supportsRtx && bweSet &&
0 commit comments