diff options
Diffstat (limited to 'scripts/stl')
-rw-r--r-- | scripts/stl/flow_stats_latency.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/stl/flow_stats_latency.py b/scripts/stl/flow_stats_latency.py index 334406e5..80d07363 100644 --- a/scripts/stl/flow_stats_latency.py +++ b/scripts/stl/flow_stats_latency.py @@ -8,11 +8,11 @@ class STLS1(object): def get_streams (self, direction = 0, **kwargs): return [STLStream(packet = STLPktBuilder(pkt = os.path.join(CP, "yaml/udp_64B_no_crc.pcap")), # path relative to pwd - mode = STLTXCont(pps=1000), + mode = STLTXCont(pps=50000), flow_stats = STLFlowLatencyStats(pg_id = 7)), STLStream(packet = STLPktBuilder(pkt = os.path.join(CP, "yaml/udp_594B_no_crc.pcap")), # path relative to pwd - mode = STLTXCont(pps=5000), + mode = STLTXCont(pps=50000), flow_stats = STLFlowLatencyStats(pg_id = 12)) ] |