A Discrete-Event Network Simulator
API
tcp-pkts-acked-test.cc File Reference
#include "tcp-general-test.h"
#include "ns3/node.h"
#include "ns3/log.h"
+ Include dependency graph for tcp-pkts-acked-test.cc:

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. More...
 

Variable Documentation

TcpPktsAckedTestSuite g_TcpPktsAckedTestSuite
static

Static variable for test initialization.

Definition at line 193 of file tcp-pkts-acked-test.cc.