struct tapi_ping_rtt_stats

struct tapi_ping_rtt_stats {
    // fields

    double min;
    double avg;
    double max;
    double mdev;
};