NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "../dpdk/tsc.h"
Go to the source code of this file.
Data Structures | |
struct | TcpCubic |
TCP CUBIC algorithm. More... | |
Typedefs | |
typedef struct TcpCubic | TcpCubic |
TCP CUBIC algorithm. More... | |
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... | |
TCP CUBIC algorithm.
Window decrease.
Caller must ensure this is invoked no more than once per RTT.
void TcpCubic_Init | ( | TcpCubic * | ca | ) |