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:
Blake Harnden 2020-04-27 12:07:13 -07:00
parent be3041c2ee
commit 914cca589a
2 changed files with 53 additions and 41 deletions

View file

@ -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 []