Experimental

data class Experimental(val slidingPercentileMaxSampleCount: Int = 5, val slidingPercentile: Double = 0.7, val minBytesTransferred: Long = (512 * 1024).toLong()) : BandwidthMeterType

An experimental bandwidth meter with improved algorithms. Contrary to the Default bandwidth meter, this also includes connection opening times in its estimate.

Constructors

Link copied to clipboard
constructor(slidingPercentileMaxSampleCount: Int = 5, slidingPercentile: Double = 0.7, minBytesTransferred: Long = (512 * 1024).toLong())

Properties

Link copied to clipboard
Link copied to clipboard