Stats per peer struct. More...
Stats per peer struct.
Definition at line 75 of file netstats.h.
#include <netstats.h>
Data Fields | |
| uint32_t | time_tx_avg | 
| Average frame TX time in µs.  | |
| uint16_t | etx | 
| ETX of this peer.  | |
| uint16_t | tx_count | 
| Number of sent frames to this peer.  | |
| uint16_t | tx_fail | 
| Number of sent frames that did not get ACKed.  | |
| uint16_t | rx_count | 
| Number of received frames.  | |
| uint16_t | last_updated | 
| seconds timestamp of last update  | |
| uint16_t | last_halved | 
| seconds timestamp of last halving  | |
| uint8_t | l2_addr [L2UTIL_ADDR_MAX_LEN] | 
| Link layer address of the neighbor.  | |
| uint8_t | l2_addr_len | 
| Length of netstats_nb::l2_addr.  | |
| uint8_t | freshness | 
| Freshness counter.  | |
| uint8_t | rssi | 
| Average RSSI of received frames in abs([dBm])  | |
| uint8_t | lqi | 
| Average LQI of received frames.  | |