A Discrete-Event Network Simulator
API
topology-example-sim.cc File Reference
#include <ctime>
#include <sstream>
#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/ipv4-nix-vector-helper.h"
#include "ns3/topology-read-module.h"
#include <list>
+ Include dependency graph for topology-example-sim.cc:

Go to the source code of this file.

Functions

static void SinkRx (Ptr< const Packet > p, const Address &ad)
 

Variables

static std::list< unsigned int > data
 

Function Documentation

static void SinkRx ( Ptr< const Packet p,
const Address ad 
)
static

Definition at line 45 of file topology-example-sim.cc.

References ns3::Ipv4Header::GetTtl(), and ns3::Packet::PeekHeader().

+ Here is the call graph for this function:

Variable Documentation

std::list<unsigned int> data
static

Definition at line 41 of file topology-example-sim.cc.