A Discrete-Event Network Simulator
API
sixth.cc File Reference
#include <fstream>
#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 dependency graph for sixth.cc:

Go to the source code of this file.

Classes

class  MyApp
 

Functions

static void CwndChange (Ptr< OutputStreamWrapper > stream, uint32_t oldCwnd, uint32_t newCwnd)
 
static void RxDrop (Ptr< PcapFileWrapper > file, Ptr< const Packet > p)
 

Function Documentation

◆ CwndChange()

static void CwndChange ( Ptr< OutputStreamWrapper stream,
uint32_t  oldCwnd,
uint32_t  newCwnd 
)
static

Definition at line 179 of file sixth.cc.

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

+ Here is the call graph for this function:

◆ RxDrop()

static void RxDrop ( Ptr< PcapFileWrapper file,
Ptr< const Packet p 
)
static

Definition at line 186 of file sixth.cc.

References create-module::file, ns3::Now(), and NS_LOG_UNCOND.

+ Here is the call graph for this function: