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
ead5b3e7
Commit
ead5b3e7
authored
Nov 15, 2020
by
Hejing Li
Browse files
tcp_single.py: simple fix
parent
7967161a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/pyexps/qemu_tcp_single.py
experiments/pyexps/qemu_tcp_single.py
+1
-1
No files found.
experiments/pyexps/qemu_tcp_single.py
View file @
ead5b3e7
...
@@ -26,7 +26,7 @@ for n in kinds_of_net:
...
@@ -26,7 +26,7 @@ for n in kinds_of_net:
if
n
==
'dumbbell'
:
if
n
==
'dumbbell'
:
net_class
=
sim
.
NS3DumbbellNet
net_class
=
sim
.
NS3DumbbellNet
if
n
==
'bridge'
:
if
n
==
'bridge'
:
net
=
sim
.
NS3BridgeNet
()
net
_class
=
sim
.
NS3BridgeNet
# set nic sim
# set nic sim
...
...
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