link-stat: increase penalty applied in case of no-ack

This commit is contained in:
Simon Duquennoy 2018-05-09 23:49:15 -07:00
parent 6aa17cce95
commit 73bc179ceb
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
/* ETX fixed point divisor. 128 is the value used by RPL (RFC 6551 and RFC 6719) */
#define ETX_DIVISOR LINK_STATS_ETX_DIVISOR
/* Number of Tx used to update the ETX EWMA in case of no-ACK */
#define ETX_NOACK_PENALTY 16
#define ETX_NOACK_PENALTY 20
/* Initial ETX value */
#define ETX_DEFAULT 2