#include "global-router-interface.h"
#include "ns3/ipv4-address.h"
#include "ns3/object.h"
#include "ns3/ptr.h"
#include <list>
#include <map>
#include <queue>
#include <stdint.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | ns3::GlobalRouteManagerImpl |
A global router implementation. More... | |
class | ns3::GlobalRouteManagerLSDB |
The Link State DataBase (LSDB) of the Global Route Manager. More... | |
class | ns3::SPFVertex |
Vertex used in shortest path first (SPF) computations. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Variables | |
const uint32_t | ns3::SPF_INFINITY = 0xffffffff |
"infinite" distance between nodes | |