#include <iostream>#include <fstream>#include <vector>#include <string>#include "ns3/core-module.h"#include "ns3/network-module.h"#include "ns3/mobility-module.h"#include "ns3/config-store-module.h"#include "ns3/csma-module.h"#include "ns3/internet-module.h"#include "ns3/olsr-routing-protocol.h"#include "ns3/olsr-helper.h"#include "ns3/yans-wifi-helper.h"
Include dependency graph for olsr-hna.cc:Go to the source code of this file.
Functions | |
| static void | GenerateTraffic (Ptr< Socket > socket, uint32_t pktSize, uint32_t pktCount, Time pktInterval) |
| void | ReceivePacket (Ptr< Socket > socket) |
|
static |
Definition at line 76 of file olsr-hna.cc.
References ns3::Socket::Close(), GenerateTraffic(), pktSize, and ns3::Socket::Send().
Referenced by GenerateTraffic().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 71 of file olsr-hna.cc.
References NS_LOG_UNCOND.