#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/csma-module.h"
#include "ns3/network-module.h"
#include <cassert>
#include <fstream>
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
static void | SinkRx (std::string path, Ptr< const Packet > p, const Address &address) |
Rx sink. More... | |
Variables | |
std::ofstream | g_os |
Output stream. More... | |
Rx sink.
path | The context. |
p | The packet. |
address | The sender address. |
Definition at line 54 of file csma-packet-socket.cc.
References g_os, and ns3::Packet::GetSize().
std::ofstream g_os |