blob: f982fa4fabd24a012c7e304df761be4256f623fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
### Single stream UDP packet, 64B ###
#####################################
- name: stream0
stream:
self_start: True
next_stream_id: stream1
packet:
binary: cap2/udp_64B.pcap
mode:
type: single_burst
pps: 100
total_pkts : 10000
rx_stats: []
vm: []
- name: stream1
stream:
self_start: False
next_stream_id: stream2
packet:
binary: cap2/udp_64B.pcap
mode:
type: single_burst
pps: 100
total_pkts : 10000
rx_stats: []
vm: []
- name: stream2
stream:
self_start: False
packet:
binary: cap2/udp_64B.pcap
mode:
type: single_burst
pps: 100
total_pkts : 10000
rx_stats: []
vm: []
|