NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "tcpcubic.h"
Macros | |
#define | TCPCUBIC_IW 2.0 |
#define | TCPCUBIC_C 0.4 |
#define | TCPCUBIC_BETACUBIC 0.7 |
Functions | |
void | TcpCubic_Init (TcpCubic *ca) |
void | TcpCubic_Increase (TcpCubic *ca, TscTime now, double sRtt) |
Window increase. More... | |
void | TcpCubic_Decrease (TcpCubic *ca, TscTime now) |
Window decrease. More... | |
#define TCPCUBIC_BETACUBIC 0.7 |
#define TCPCUBIC_C 0.4 |
#define TCPCUBIC_IW 2.0 |
Window decrease.
Caller must ensure this is invoked no more than once per RTT.
void TcpCubic_Init | ( | TcpCubic * | ca | ) |