A Discrete-Event Network Simulator
API
tcp-linux-reno.cc File Reference
#include <iostream>
#include <string>
#include <fstream>
#include <sys/stat.h>
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/traffic-control-module.h"
+ Include dependency graph for tcp-linux-reno.cc:

Go to the source code of this file.

Functions

void CheckQueueSize (Ptr< QueueDisc > queue)
 
static void CwndChange (uint32_t oldCwnd, uint32_t newCwnd)
 
static void DropAtQueue (Ptr< OutputStreamWrapper > stream, Ptr< const QueueDiscItem > item)
 
void InstallBulkSend (Ptr< Node > node, Ipv4Address address, uint16_t port, std::string socketFactory, uint32_t nodeId, uint32_t cwndWindow, Callback< void, uint32_t, uint32_t > CwndTrace)
 
void InstallPacketSink (Ptr< Node > node, uint16_t port, std::string socketFactory)
 
void TraceCwnd (uint32_t node, uint32_t cwndWindow, Callback< void, uint32_t, uint32_t > CwndTrace)
 

Variables

std::string dir = "results/"
 
uint32_t segmentSize = 524
 
Time stopTime = Seconds (60)
 

Function Documentation

◆ CheckQueueSize()

void CheckQueueSize ( Ptr< QueueDisc queue)

◆ CwndChange()

static void CwndChange ( uint32_t  oldCwnd,
uint32_t  newCwnd 
)
static

Definition at line 70 of file tcp-linux-reno.cc.

References dir, ns3::Time::GetSeconds(), ns3::Simulator::Now(), and segmentSize.

+ Here is the call graph for this function:

◆ DropAtQueue()

static void DropAtQueue ( Ptr< OutputStreamWrapper stream,
Ptr< const QueueDiscItem item 
)
static

Definition at line 79 of file tcp-linux-reno.cc.

References ns3::Time::GetSeconds(), ns3::OutputStreamWrapper::GetStream(), and ns3::Simulator::Now().

+ Here is the call graph for this function:

◆ InstallBulkSend()

void InstallBulkSend ( Ptr< Node node,
Ipv4Address  address,
uint16_t  port,
std::string  socketFactory,
uint32_t  nodeId,
uint32_t  cwndWindow,
Callback< void, uint32_t, uint32_t >  CwndTrace 
)

◆ InstallPacketSink()

void InstallPacketSink ( Ptr< Node node,
uint16_t  port,
std::string  socketFactory 
)

Definition at line 106 of file tcp-linux-reno.cc.

References ns3::Ipv4Address::GetAny(), port, ns3::Seconds(), sink, ns3::ApplicationContainer::Start(), ns3::ApplicationContainer::Stop(), and stopTime.

+ Here is the call graph for this function:

◆ TraceCwnd()

void TraceCwnd ( uint32_t  node,
uint32_t  cwndWindow,
Callback< void, uint32_t, uint32_t >  CwndTrace 
)

Definition at line 86 of file tcp-linux-reno.cc.

References ns3::Config::ConnectWithoutContext(), and CwndTrace().

Referenced by InstallBulkSend().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ dir

◆ segmentSize

◆ stopTime