Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
b8fb3eb8
Commit
b8fb3eb8
authored
Jun 11, 2022
by
Hejing Li
Browse files
nodeconfig: remove sleep in UDPshortClient node
parent
18eb5dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
experiments/simbricks/nodeconfig.py
experiments/simbricks/nodeconfig.py
+0
-5
No files found.
experiments/simbricks/nodeconfig.py
View file @
b8fb3eb8
...
@@ -400,11 +400,6 @@ class IperfUDPShortClient(AppConfig):
...
@@ -400,11 +400,6 @@ class IperfUDPShortClient(AppConfig):
cmds
=
[
'sleep 1'
,
cmds
=
[
'sleep 1'
,
'iperf -c '
+
self
.
server_ip
+
' -u -n 1 '
]
'iperf -c '
+
self
.
server_ip
+
' -u -n 1 '
]
if
self
.
is_last
:
cmds
.
append
(
'sleep 0.5'
)
else
:
cmds
.
append
(
'sleep 10'
)
return
cmds
return
cmds
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment