#include <vfer.h>
Data Fields | |
double | avg_rtt |
uint32_t | bytes_recvd |
uint32_t | bytes_sent |
uint32_t | data_bytes_recvd |
uint32_t | data_bytes_sender_sent |
uint32_t | data_bytes_sent |
double | max_rtt |
double | min_rtt |
uint32_t | packets_recvd |
uint32_t | packets_sent |
uint32_t | rtt_measurements |
timeval | tv_end |
timeval | tv_start |
Definition at line 321 of file vfer.h.
double vfer_stats::avg_rtt |
uint32_t vfer_stats::bytes_recvd |
uint32_t vfer_stats::bytes_sent |
uint32_t vfer_stats::data_bytes_recvd |
uint32_t vfer_stats::data_bytes_sender_sent |
uint32_t vfer_stats::data_bytes_sent |
double vfer_stats::max_rtt |
double vfer_stats::min_rtt |
uint32_t vfer_stats::packets_recvd |
uint32_t vfer_stats::packets_sent |
uint32_t vfer_stats::rtt_measurements |
struct timeval vfer_stats::tv_end |
struct timeval vfer_stats::tv_start |