Emulate Network Conditions Request
@Serializable
Request object containing input parameters for the NetworkDomain.emulateNetworkConditions command.
Types
Link copied to clipboard
class Builder(val offline: Boolean, val latency: Double, val downloadThroughput: Double, val uploadThroughput: Double)
A builder for EmulateNetworkConditionsRequest, which allows setting the optional parameters of the NetworkDomain.emulateNetworkConditions command via a lambda.
Properties
Link copied to clipboard
Connection type if known.
Link copied to clipboard
Maximal aggregated download throughput (bytes/sec). -1 disables download throttling.
Link copied to clipboard
WebRTC packet loss (percent, 0-100). 0 disables packet loss emulation, 100 drops all the packets.
Link copied to clipboard
WebRTC packet queue length (packet). 0 removes any queue length limitations.
Link copied to clipboard
WebRTC packetReordering feature.
Link copied to clipboard
Maximal aggregated upload throughput (bytes/sec). -1 disables upload throttling.