Zephyr API 3.6.99
|
Network packet receive times for calculating average RX time. More...
#include <net_stats.h>
Data Fields | |
uint64_t | sum |
Sum of network packet receive times. | |
net_stats_t | count |
Number of network packets received. | |
Network packet receive times for calculating average RX time.
net_stats_t net_stats_rx_time::count |
Number of network packets received.
uint64_t net_stats_rx_time::sum |
Sum of network packet receive times.