A Discrete-Event Network Simulator
API
tcp-advertised-window-test.cc File Reference
#include "tcp-general-test.h"
#include "ns3/node.h"
#include "ns3/log.h"
#include "tcp-error-model.h"
#include "ns3/random-variable-stream.h"
#include "ns3/tcp-rx-buffer.h"
+ Include dependency graph for tcp-advertised-window-test.cc:

Go to the source code of this file.

Classes

class  TcpAdvertisedWindowTest
 Test the new formula for calculating TCP's advertised window size. More...
 
class  TcpAdvertisedWindowTestSuite
 Test Suite for TCP adv window. More...
 
class  TcpAdvWindowOnLossTest
 Test the TCP's advertised window size when there is a loss of specific packets. More...
 
class  TcpDropRatioErrorModel
 An error model that randomly drops a given rĂ¡tio of TCP segments. More...
 
class  TcpSocketAdvertisedWindowProxy
 Socket that wraps every call to AdvertisedWindowSize (). More...
 

Variables

static TcpAdvertisedWindowTestSuite g_tcpAdvertisedWindowTestSuite
 

Variable Documentation

◆ g_tcpAdvertisedWindowTestSuite

TcpAdvertisedWindowTestSuite g_tcpAdvertisedWindowTestSuite
static

Definition at line 485 of file tcp-advertised-window-test.cc.