updates to leverage htb as the means for managing loss between more nodes, added in updates to rate configurations and delay/jitter settings
This commit is contained in:
parent
be3041c2ee
commit
914cca589a
2 changed files with 53 additions and 41 deletions
|
@ -1493,11 +1493,6 @@ class Session:
|
|||
# initialize distributed tunnels
|
||||
self.distributed.start()
|
||||
|
||||
# initialize wlan loss
|
||||
for node in self.nodes.values():
|
||||
if isinstance(node, WlanNode):
|
||||
node.initialize_loss()
|
||||
|
||||
# instantiate will be invoked again upon emane configure
|
||||
if self.emane.startup() == self.emane.NOT_READY:
|
||||
return []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue