moved ETX storage variable from RPL to ds6-nbr

This commit is contained in:
Joakim Eriksson 2014-10-20 16:15:20 +02:00
parent 72679a819b
commit 5be43c6f8d
5 changed files with 69 additions and 20 deletions

View file

@ -74,6 +74,7 @@ typedef struct uip_ds6_nbr {
uint8_t nscount;
uint8_t isrouter;
uint8_t state;
uint16_t link_metric;
#if UIP_CONF_IPV6_QUEUE_PKT
struct uip_packetqueue_handle packethandle;
#define UIP_DS6_NBR_PACKET_LIFETIME CLOCK_SECOND * 4