EnableNetworkEmulationOptions

Properties

Link copied to clipboard
abstract var downloadThroughput: Double?

Download rate in Bps. Defaults to 0 which will disable download throttling.

Link copied to clipboard
abstract var latency: Double?

RTT in ms. Defaults to 0 which will disable latency throttling.

Link copied to clipboard
abstract var offline: Boolean?

Whether to emulate network outage. Defaults to false.

Link copied to clipboard
abstract var uploadThroughput: Double?

Upload rate in Bps. Defaults to 0 which will disable upload throttling.