diff options
Diffstat (limited to 'GPL/traffic_profiles/trex/trex-astf-ethip4udp-1024h-pps.py')
-rw-r--r-- | GPL/traffic_profiles/trex/trex-astf-ethip4udp-1024h-pps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GPL/traffic_profiles/trex/trex-astf-ethip4udp-1024h-pps.py b/GPL/traffic_profiles/trex/trex-astf-ethip4udp-1024h-pps.py index 2dc7c81131..667385ffbf 100644 --- a/GPL/traffic_profiles/trex/trex-astf-ethip4udp-1024h-pps.py +++ b/GPL/traffic_profiles/trex/trex-astf-ethip4udp-1024h-pps.py @@ -62,8 +62,8 @@ class TrafficProfile(TrafficProfileBaseClass): self.udp_data = u"" self.n_data = 32 # TODO: set via input parameter - self.m_delay = 1200000 # delay 1200s (1,200,000 ms) - self.u_delay = 1000 * self.m_delay # delay 1200s (1,200,000,000 us) + self.m_delay = 2000000 # delay 2000s (2,000,000 ms) + self.u_delay = 1000 * self.m_delay # delay 2000s (2,000,000,000 us) self.limit = 64512 def define_profile(self): |