You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
Joshua Reich edited this page Nov 15, 2013
·
6 revisions
class topo_reader(DynamicPolicy):
"""
Policy that floods packets on a minimum spanning tree, recalculated
every time the network is updated (set_network).
"""
def init(self):
self.network = None
super(topo_reader,self).init()