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

Data Fields

uint64_t drops
 
uint64_t kernel_rexmit
 
uint64_t ecn_marked
 
uint64_t acks
 

Detailed Description

Definition at line 59 of file internal.h.

Field Documentation

◆ acks

uint64_t kernel_statistics::acks

total number of ACKs

Definition at line 67 of file internal.h.

Referenced by cc_poll().

◆ drops

uint64_t kernel_statistics::drops

drops detected by flextcp on NIC

Definition at line 61 of file internal.h.

Referenced by cc_poll().

◆ ecn_marked

uint64_t kernel_statistics::ecn_marked

of ECN marked ACKs

Definition at line 65 of file internal.h.

Referenced by cc_poll().

◆ kernel_rexmit

uint64_t kernel_statistics::kernel_rexmit

kernel re-transmission timeouts

Definition at line 63 of file internal.h.

Referenced by cc_conn_remove().


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