|
rippled
|
Structure used to customize HashRouter behavior. More...
#include <HashRouter.h>

Public Types | |
| using | seconds = std::chrono::seconds |
Public Member Functions | |
| Setup ()=default | |
| Default constructor. More... | |
Public Attributes | |
| seconds | holdTime {300} |
| Expiration time for a hash entry. More... | |
| seconds | relayTime {30} |
| Amount of time required before a relayed item will be relayed again. More... | |
Structure used to customize HashRouter behavior.
Even though these items are configurable, they are undocumented. Don't change them unless there is a good reason, and network-wide coordination to do it.
Configuration is processed in setup_HashRouter.
Definition at line 70 of file HashRouter.h.
Definition at line 75 of file HashRouter.h.
|
explicitdefault |
Default constructor.
| seconds ripple::HashRouter::Setup::holdTime {300} |
Expiration time for a hash entry.
Definition at line 79 of file HashRouter.h.
| seconds ripple::HashRouter::Setup::relayTime {30} |
Amount of time required before a relayed item will be relayed again.
Definition at line 83 of file HashRouter.h.