#include <omnetpp.h>
#include <OverlayKey.h>
Classes | |
class | I3Identifier |
Defines | |
#define | DEFAULT_PREFIX_LENGTH 160 |
#define | DEFAULT_KEY_LENGTH 256 |
#define DEFAULT_KEY_LENGTH 256 |
#define DEFAULT_PREFIX_LENGTH 160 |
Implementation of an Internet Indirection Infrastructure identifier. An identifier is an array of bits of size m, containing a prefix of size k. An identifier i1 "matches" an identifier i2 if the first k bits are equal, and i1 is the longest prefix match of i2.