{% extends "base.html" %} {% block content %}
Emulates poor network conditions by limiting the rate at which packages are transfered.
Package transfer is rate limited by putting incoming packets into a queue and limiting the rate at which packets may leave the queue.
| Option | Description |
|---|---|
| kbit | The rate limit in kbit. |
| milliseconds | The amount of time a packet may spend in the queue before being discarded. |
| bytes | The size of the queue in bytes. |
| Description | Values | |
|---|---|---|
| {{item.description}} | {{item.kbit}} kbit, {{item.latency}} ms, {{item.burst}} bytes |