BandwidthEstimationMode

Types

Link copied to clipboard
data class ExponentialWeightedAverage(val smoothingFactor: Double = 0.9) : BandwidthEstimationMode
Link copied to clipboard
data class SlidingPercentile(val maxSampleCount: Int = 5, val percentile: Double = 0.7) : BandwidthEstimationMode

Use a sliding percentile window to average the bandwidth.