#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. | |
Variables | |
std::ofstream | g_os |
Output stream. | |
Rx sink.
path | The context. |
p | The packet. |
address | The sender address. |
Definition at line 43 of file csma-packet-socket.cc.
References g_os.
std::ofstream g_os |