#include "ns3/log.h"
#include "ns3/tcp-congestion-ops.h"
#include "ns3/tcp-socket-base.h"
#include "ns3/tcp-veno.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | TcpVenoTest |
Testing the additive increase and multiplicative decrease of TcpVeno. More... | |
class | TcpVenoTestSuite |
TCP Veno TestSuite. More... | |
Variables | |
static TcpVenoTestSuite | g_tcpVenoTest |
Static variable for test initialization. More... | |
|
static |
Static variable for test initialization.
Definition at line 338 of file tcp-veno-test.cc.