mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
6a56a9adc8
Increase max-burst to support flows with high rate.
39 lines
3.2 KiB
ReStructuredText
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 |
|
|
+---------------------------------+--------------------------------------------------------+ |