TAS
TCP Acceleration as an OS Service
|
#include <internal.h>
Data Fields | |
uint16_t | c_drops |
uint16_t | c_acks |
uint32_t | c_ackb |
uint32_t | c_ecnb |
int | txp |
uint32_t | rtt |
Connection statistics for congestion control (see nicif_connection_stats()).
Definition at line 183 of file internal.h.
uint32_t nicif_connection_stats::c_ackb |
Acknowledged bytes
Definition at line 189 of file internal.h.
Referenced by cc_conn_remove(), cc_poll(), and nicif_connection_stats().
uint16_t nicif_connection_stats::c_acks |
Number of ACKs received
Definition at line 187 of file internal.h.
Referenced by cc_conn_remove(), cc_poll(), and nicif_connection_stats().
uint16_t nicif_connection_stats::c_drops |
Number of dropped segments
Definition at line 185 of file internal.h.
Referenced by cc_conn_remove(), cc_poll(), and nicif_connection_stats().
uint32_t nicif_connection_stats::c_ecnb |
Number of ACKd bytes with ECN marks
Definition at line 191 of file internal.h.
Referenced by cc_conn_remove(), cc_poll(), and nicif_connection_stats().
uint32_t nicif_connection_stats::rtt |
Current rtt estimate
Definition at line 195 of file internal.h.
Referenced by cc_conn_remove(), and nicif_connection_stats().
int nicif_connection_stats::txp |
Has pending data in transmit buffer
Definition at line 193 of file internal.h.
Referenced by cc_conn_remove(), and nicif_connection_stats().