A Discrete-Event Network Simulator
qkdnetsim_etsi_014 @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
tcp-rto-test.cc File Reference
#include "ns3/node.h"
#include "ns3/log.h"
#include "ns3/simple-channel.h"
#include "ns3/rtt-estimator.h"
#include "tcp-general-test.h"
#include "tcp-error-model.h"
+ Include dependency graph for tcp-rto-test.cc:

Go to the source code of this file.

Classes

class  TcpRtoTest
 Testing the moments after an RTO expiration. More...
 
class  TcpRtoTestSuite
 TCP RTO TestSuite. More...
 
class  TcpSsThreshRtoTest
 Testing the ssthresh behavior after the RTO expires. More...
 
class  TcpTimeRtoTest
 Testing the timing of RTO. More...
 

Variables

static TcpRtoTestSuite g_TcpRtoTestSuite
 Static variable for test initialization. More...
 

Variable Documentation

◆ g_TcpRtoTestSuite

TcpRtoTestSuite g_TcpRtoTestSuite
static

Static variable for test initialization.

Definition at line 543 of file tcp-rto-test.cc.