Merge pull request #666 from simonduq/rpl-etx-init

Set initial link ETX to 2
This commit is contained in:
Adam Dunkels 2014-06-11 22:42:48 +02:00
commit 0516927677

View file

@ -162,7 +162,7 @@
* Initial metric attributed to a link when the ETX is unknown
*/
#ifndef RPL_CONF_INIT_LINK_METRIC
#define RPL_INIT_LINK_METRIC 5
#define RPL_INIT_LINK_METRIC 2
#else
#define RPL_INIT_LINK_METRIC RPL_CONF_INIT_LINK_METRIC
#endif