From 7a3be366c6473203bf9f6d75b945aba75ac3f53a Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 10 Apr 2016 12:52:59 +0300 Subject: some refinements and few refactors --- scripts/stl/tests/many_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/stl') diff --git a/scripts/stl/tests/many_streams.py b/scripts/stl/tests/many_streams.py index eace7640..a8713a26 100644 --- a/scripts/stl/tests/many_streams.py +++ b/scripts/stl/tests/many_streams.py @@ -20,7 +20,7 @@ class STLS1(object): s3 = STLStream(name = 's3', self_start = False, packet = STLPktBuilder(pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.3")/UDP(dport=12,sport=1025)/(10*'x')), - mode = STLTXMultiBurst(pps = 57, pkts_per_burst = 9, count = 5, ibg = 12), + mode = STLTXMultiBurst(pps = 57, pkts_per_burst = 3, count = 5, ibg = 12), next = 's4' ) -- cgit 1.2.3-korg