#include "ns3/log.h"
#include "ns3/tcp-congestion-ops.h"
#include "ns3/tcp-socket-base.h"
#include "ns3/tcp-vegas.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | TcpVegasTest |
TcpVegas congestion control algorithm test. More... | |
class | TcpVegasTestSuite |
TCP Vegas TestSuite. More... | |
Variables | |
static TcpVegasTestSuite | g_tcpVegasTest |
Static variable for test initialization. More... | |
|
static |
Static variable for test initialization.
Definition at line 264 of file tcp-vegas-test.cc.