struct tapi_nptcp_report_entry

Overview

Entry (row) of NPtcp statistics report More…

#include <tapi_nptcp.h>

struct tapi_nptcp_report_entry {
    // fields

    unsigned int number;
    unsigned int bytes;
    unsigned int times;
    double throughput;
    double rtt;
};

Detailed Documentation

Entry (row) of NPtcp statistics report

Fields

unsigned int number

Entry number

unsigned int bytes

Entry bytes

unsigned int times

Entry number if times

double throughput

Entry throughput

double rtt

Entry rtt