OverSim
I3Identifier.h File Reference
#include <omnetpp.h>
#include <OverlayKey.h>

Go to the source code of this file.

Classes

class  I3Identifier

Macros

#define DEFAULT_PREFIX_LENGTH   160
 Implementation of an Internet Indirection Infrastructure identifier.
#define DEFAULT_KEY_LENGTH   256

Detailed Description

Author
Antonio Zea

Definition in file I3Identifier.h.

Macro Definition Documentation

#define DEFAULT_KEY_LENGTH   256

Definition at line 38 of file I3Identifier.h.

Referenced by I3Identifier::I3Identifier().

#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.

Definition at line 37 of file I3Identifier.h.

Referenced by I3Identifier::I3Identifier().