moved ETX storage variable from RPL to ds6-nbr
This commit is contained in:
parent
72679a819b
commit
5be43c6f8d
5 changed files with 69 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue