#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> Include dependency graph for csma-packet-socket.cc:
 Include dependency graph for csma-packet-socket.cc: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 | 
| Ouput 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| std::ofstream g_os |