This class holds the lookup configuration. More...
#include <RecursiveLookup.h>
Public Attributes | |
int | redundantNodes |
number of next hops in each step | |
int | numRetries |
bool | failedNodeRpcs |
communicate failed nodes |
This class holds the lookup configuration.
Definition at line 40 of file RecursiveLookup.h.
communicate failed nodes
Definition at line 45 of file RecursiveLookup.h.
Definition at line 44 of file RecursiveLookup.h.
Referenced by BaseOverlay::initialize().
number of next hops in each step
Definition at line 43 of file RecursiveLookup.h.
Referenced by BaseOverlay::initialize().