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

Packet Reordering


Emulates poor network conditions by reordering a percentage of all incoming packets.

Packets are reordered by delaying all packages a fixed amount, while sending a percentage of them immediately.


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