TCP Flows: Info

{% for config in tcp_info%} {% endfor %}
Flow Flow Template Flow Start Requested Payload Size (bytes) Duration Initial Receive Window (bytes) Initial Receive Window Scale Rate Limit HTTP Method TOS L4S
{{ config.name }} {{ config.template_name }} {{ config.startDelay /1e9 }}s {{ config.size }} {{ config.duration / 1e9 }}s {{ config.initial_receive_window }} {{ config.initial_receive_scale }} {{ config.rate_limit }} {{ config.http_method }} 0x{{ config.tos }} {{ config.l4s }}