:orphan: .. index:: pair: struct; tapi_nptcp_report_entry .. _doxid-structtapi__nptcp__report__entry: struct tapi_nptcp_report_entry ============================== .. toctree:: :hidden: Overview ~~~~~~~~ Entry (row) of NPtcp statistics report :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_nptcp_report_entry { // fields unsigned int :ref:`number`; unsigned int :ref:`bytes`; unsigned int :ref:`times`; double :ref:`throughput`; double :ref:`rtt`; }; .. _details-structtapi__nptcp__report__entry: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Entry (row) of NPtcp statistics report Fields ------ .. index:: pair: variable; number .. _doxid-structtapi__nptcp__report__entry_1a3e036d6071897de43231ff0631b32e74: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int number Entry number .. index:: pair: variable; bytes .. _doxid-structtapi__nptcp__report__entry_1ac8c5d27252a5ed31fab9ea84641a4f30: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int bytes Entry bytes .. index:: pair: variable; times .. _doxid-structtapi__nptcp__report__entry_1acfa3fd3c0e8caa321b25f212dd4f9270: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int times Entry number if times .. index:: pair: variable; throughput .. _doxid-structtapi__nptcp__report__entry_1a6b3be813c9bd0e271a2b1a8c3d20a054: .. ref-code-block:: cpp :class: doxyrest-title-code-block double throughput Entry throughput .. index:: pair: variable; rtt .. _doxid-structtapi__nptcp__report__entry_1a9c391bf8c85f88238464285cf529bb23: .. ref-code-block:: cpp :class: doxyrest-title-code-block double rtt Entry rtt