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

#include <internal.h>

Data Fields

uint32_t ecn_rate
 
uint32_t window
 
int slowstart
 

Detailed Description

Congestion control data for window-based DCTCP

Definition at line 371 of file internal.h.

Field Documentation

◆ ecn_rate

uint32_t connection_cc_dctcp_win::ecn_rate

Rate of ECN bits received.

Definition at line 373 of file internal.h.

Referenced by cc_conn_remove().

◆ slowstart

int connection_cc_dctcp_win::slowstart

Flag indicating whether flow is in slow start.

Definition at line 377 of file internal.h.

Referenced by cc_conn_remove().

◆ window

uint32_t connection_cc_dctcp_win::window

Congestion window.

Definition at line 375 of file internal.h.

Referenced by cc_conn_remove().


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