#include "ns3/header.h"
#include "ns3/ipv4-address.h"
#include "ns3/simulator.h"
#include <algorithm>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::dsr |
Enumerations | |
enum | ns3::dsr::ErrorType { ns3::dsr::NODE_UNREACHABLE = 1 , ns3::dsr::FLOW_STATE_NOT_SUPPORTED = 2 , ns3::dsr::OPTION_NOT_SUPPORTED = 3 } |
Error type used in several DSR Option Headers. More... | |
Functions | |
static std::ostream & | ns3::dsr::operator<< (std::ostream &os, const DsrOptionSRHeader &sr) |