Packet Loss
Emulates poor network conditions by dropping a percentage of all incoming packets.
{% if method == 'POST' %}
{% if success %}
The changes were applied successfully!
{% else %}
The changes could not be applied.
The server responded: {{message}}
{% endif %}
{% endif %}
Examples
Description |
Value |
|
{%- for item in examples -%}
{{item.description}} |
{{item.value}}% |
|
{% endfor -%}
{% endblock %}