TAS
TCP Acceleration as an OS Service
Data Fields
nicif_connection_stats Struct Reference

#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
 

Detailed Description

Connection statistics for congestion control (see nicif_connection_stats()).

Definition at line 183 of file internal.h.

Field Documentation

◆ c_ackb

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().

◆ c_acks

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().

◆ c_drops

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().

◆ c_ecnb

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().

◆ rtt

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().

◆ txp

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().


The documentation for this struct was generated from the following file: