OverSim
|
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 |
Definition in file I3Identifier.h.
#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().