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

Go to the source code of this file.

Classes

class  TcpDataSentCbTestCase
 Data Sent callback test. More...
 
class  TcpDataSentCbTestSuite
 TestSuite: Data Sent callback. More...
 
class  TcpSocketHalfAck
 Socket that the 50% of the times saves the entire packet in the buffer, while in the other 50% saves only half the packet. More...
 

Variables

static TcpDataSentCbTestSuite g_tcpDataSentCbTestSuite
 Static variable for test initialization. More...
 

Variable Documentation

◆ g_tcpDataSentCbTestSuite

TcpDataSentCbTestSuite g_tcpDataSentCbTestSuite
static

Static variable for test initialization.

Definition at line 184 of file tcp-datasentcb-test.cc.