added daemon/core/emane/tdma.py module to support EMANE 1.0.1 TDMA model
This commit is contained in:
parent
f03311b50a
commit
d270da8f41
3 changed files with 116 additions and 3 deletions
|
@ -91,7 +91,7 @@ class NrlNhdp(NrlService):
|
|||
|
||||
servicenames = map(lambda x: x._name, services)
|
||||
if "SMF" in servicenames:
|
||||
cmd += " -flooding ecds"
|
||||
cmd += " -flooding ecds-etx sticky"
|
||||
cmd += " -smfClient %s_smf" % node.name
|
||||
|
||||
netifs = filter(lambda x: not getattr(x, 'control', False), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue