#include "ns3/test.h"
#include "ns3/olsr-routing-protocol.h"
#include "ns3/ipv4-header.h"
Go to the source code of this file.
Classes | |
class | ns3::olsr::OlsrMprTestCase |
Testcase for MPR computation mechanism. More... | |
class | ns3::olsr::OlsrProtocolTestSuite |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
ns3::olsr | |
Macros | |
#define | OLSR_WILL_ALWAYS 7 |
Willingness for forwarding packets from other nodes: always. More... | |
#define | OLSR_WILL_DEFAULT 3 |
Willingness for forwarding packets from other nodes: medium. More... | |
#define | OLSR_WILL_HIGH 6 |
Willingness for forwarding packets from other nodes: high. More... | |
#define | OLSR_WILL_LOW 1 |
Willingness for forwarding packets from other nodes: low. More... | |
#define | OLSR_WILL_NEVER 0 |
Willingness for forwarding packets from other nodes: never. More... | |
Variables | |
ns3::olsr::OlsrProtocolTestSuite | ns3::olsr::g_olsrProtocolTestSuite |
#define OLSR_WILL_ALWAYS 7 |
Willingness for forwarding packets from other nodes: always.
Definition at line 38 of file olsr-routing-protocol-test-suite.cc.
Referenced by ns3::olsr::OlsrMprTestCase::DoRun().
#define OLSR_WILL_DEFAULT 3 |
Willingness for forwarding packets from other nodes: medium.
Definition at line 34 of file olsr-routing-protocol-test-suite.cc.
Referenced by ns3::olsr::OlsrMprTestCase::DoRun().
#define OLSR_WILL_HIGH 6 |
Willingness for forwarding packets from other nodes: high.
Definition at line 36 of file olsr-routing-protocol-test-suite.cc.
#define OLSR_WILL_LOW 1 |
Willingness for forwarding packets from other nodes: low.
Definition at line 32 of file olsr-routing-protocol-test-suite.cc.
#define OLSR_WILL_NEVER 0 |
Willingness for forwarding packets from other nodes: never.
Definition at line 30 of file olsr-routing-protocol-test-suite.cc.
Referenced by ns3::olsr::OlsrMprTestCase::DoRun().