TCP Table

Flow Information

{% for a_result in tcp_results %} {# Using a way too large colspan since we do want all horizontal space #} {% endfor %}
Flow name Source Destination Avg Throughput Min RTT Max RTT
{{a_result.name}} {{a_result.source}} {{a_result.destination}} {{a_result.avg_throughput}} {{a_result.min_rtt}} {{a_result.max_rtt}}
    {% if a_result.tx_payload is defined %}
  • Tx bytes {{a_result.tx_payload}}
  • {% endif %} {% if a_result.rx_payload is defined %}
  • Rx bytes {{a_result.rx_payload}}
  • {% endif %}
  • Duration {{a_result.duration}} {{ a_result.duration_postfix }}
  • Status{{a_result.status}}
  • Congestion avoidance algorithm{{a_result.congestion_algo}}
{% if False == a_result.tcp_graph.isEmpty() %} {% set pid = "tcp_overtime"|uniqueId %}
{% else %}

Graphs with results over time disabled in Project Properties.

{% endif %}
{{aggregate_content}}