NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
TcpCubic Struct Reference

TCP CUBIC algorithm. More...

#include <tcpcubic.h>

Data Fields

TscTime t0
 
double cwnd
 
double wMax
 
double k
 
double ssthresh
 

Detailed Description

TCP CUBIC algorithm.

See also
https://datatracker.ietf.org/doc/html/rfc8312

Field Documentation

◆ cwnd

double TcpCubic::cwnd

◆ k

double TcpCubic::k

◆ ssthresh

double TcpCubic::ssthresh

◆ t0

TscTime TcpCubic::t0

◆ wMax

double TcpCubic::wMax

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