#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:
 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(), pktSize, ns3::Simulator::Schedule(), and ns3::Socket::Send().
 Here is the call graph for this function:
 Here is the call graph for this function:Definition at line 71 of file olsr-hna.cc.
References NS_LOG_UNCOND.