{% extends "base.html" %} {% block content %}

Packet Delay


Emulates poor network conditions by delaying incoming network packets for the specified amount of time. All packets are delayed by the same amount.

The delay is added in addition to any delay already present on the network. For example, if a packet normally takes 5ms to arrive and is delayed by 50ms, the total time for the packet to arrive will be 55ms.


{% if method == 'POST' %} {% if success %} {% else %} {% endif %} {% endif %}
{% if milliseconds %} {% else %} {% endif %}
milliseconds
Examples
{%- for item in examples -%} {% endfor -%}
Description Value
{{item.description}} {{item.value}} ms
{% endblock %}