rippled
|
Enumerations | |
enum | { convergedLedgerLimit = 24, divergedLedgerLimit = 128, softMaxReplyNodes = 8192, hardMaxReplyNodes = 12288, sendqIntervals = 4, dropSendQueue = 192, targetSendQueue = 128, sendQueueLogFreq = 64, checkIdlePeers = 4, maxQueryDepth = 3 } |
Variables | |
constexpr std::size_t | readBufferBytes = 16384 |
Size of buffer used to read from the socket. More... | |
anonymous enum |
Definition at line 29 of file overlay/impl/Tuning.h.
|
constexpr |
Size of buffer used to read from the socket.
Definition at line 65 of file overlay/impl/Tuning.h.