Commit ead5b3e7 authored by Hejing Li's avatar Hejing Li
Browse files

tcp_single.py: simple fix

parent 7967161a
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment