#include "tcp-general-test.h"
#include "ns3/log.h"
#include "ns3/node.h"
#include "ns3/tcp-header.h"
Go to the source code of this file.
Classes | |
class | DummyCongControl |
Behaves as NewReno, except that each time PktsAcked is called, a notification is sent to TcpPktsAckedOpenTest. More... | |
class | TcpPktsAckedOpenTest |
Check the number of times that PktsAcked is called. More... | |
class | TcpPktsAckedTestSuite |
PktsAcked is calls TestSuite. More... | |
Variables | |
static TcpPktsAckedTestSuite | g_TcpPktsAckedTestSuite |
Static variable for test initialization. | |
|
static |
Static variable for test initialization.
Definition at line 178 of file tcp-pkts-acked-test.cc.