Files
Christian 6a56a9adc8 change traffic->max-burst config
Increase max-burst to support
flows with high rate.
2024-03-25 21:35:55 +01:00

39 lines
3.2 KiB
ReStructuredText

.. code-block:: json
{ "traffic": {} }
+---------------------------------+--------------------------------------------------------+
| Attribute | Description |
+=================================+========================================================+
| **autostart** | | Automatically start traffic globally. |
| | | This option control the initial state of the global |
| | | signal to control transmission of traffic streams. |
| | | Default: true |
+---------------------------------+--------------------------------------------------------+
| **stop-verified** | | Automatically stop traffic streams if verified. |
| | | Default: false |
+---------------------------------+--------------------------------------------------------+
| **max-burst** | | Maximum stream flow burst size in packets. |
| | | Default: 1024 Range: 1 to 65535 |
+---------------------------------+--------------------------------------------------------+
| **stream-autostart** | | Enable stream autostart. |
| | | Default: true |
+---------------------------------+--------------------------------------------------------+
| **stream-rate-calculation** | | Enable stream rate calculation. |
| | | This option should be set to false if massive |
| | | streams (e.g. more than 1M) are defined but |
| | | per-stream live rate statistics are not required. |
| | | Default: true |
+---------------------------------+--------------------------------------------------------+
| **stream-delay-calculation** | | Enable stream delay calculation. |
| | | This option should be set to false if massive |
| | | streams (e.g. more than 1M) are defined but |
| | | per-stream delay measurements are not required. |
| | | Default: true |
+---------------------------------+--------------------------------------------------------+
| **multicast-traffic-autostart** | | Automatically start multicast traffic. |
| | | Default: true |
+---------------------------------+--------------------------------------------------------+
| **udp-checksum** | | Enable UDP checksums. |
| | | Default: false |
+---------------------------------+--------------------------------------------------------+