blob: 46552c822b108ced6fb647e6849d5bb002cb7cf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
### Single stream UDP packet, 64B ###
#####################################
- name: udp_64B
stream:
self_start: True
packet:
pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
|