tuned RPL parameters and improved calculation of path etx
This commit is contained in:
parent
d44396f883
commit
5a65e3cc8b
2 changed files with 7 additions and 8 deletions
|
@ -129,7 +129,7 @@
|
|||
#else
|
||||
#define DEFAULT_MIN_HOPRANKINC RPL_CONF_MIN_HOPRANKINC
|
||||
#endif
|
||||
#define DEFAULT_MAX_RANKINC (3 * DEFAULT_MIN_HOPRANKINC)
|
||||
#define DEFAULT_MAX_RANKINC (7 * DEFAULT_MIN_HOPRANKINC)
|
||||
|
||||
#define DAG_RANK(fixpt_rank, instance) ((fixpt_rank) / (instance)->min_hoprankinc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue