You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flow.FixedPackets:
description: |-
Transmit a fixed number of packets after which the flow will stop.
type: object
properties:
packets:
description: |-
Stop transmit of the flow after this number of packets.
type: integer
minimum: 1
default: 1
...
x-field-uid: 1
packets:
description: |-
The number of packets transmitted per burst.
type: integer
minimum: 1
default: 1
x-field-uid: 2
We need to be able to send >2^32 packets in a flow when configured when duration is configured as fixed_packets or burst.
The text was updated successfully, but these errors were encountered:
We need to be able to send >2^32 packets in a flow when configured when
duration
is configured asfixed_packets
orburst
.The text was updated successfully, but these errors were encountered: