rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::RPC::Tuning::LimitRange Struct Reference

Represents RPC limit parameter values that have a min, default and max. More...

#include <Tuning.h>

Public Attributes

unsigned int rmin
 
unsigned int rdefault
 
unsigned int rmax
 

Detailed Description

Represents RPC limit parameter values that have a min, default and max.

Definition at line 12 of file src/xrpld/rpc/detail/Tuning.h.

Member Data Documentation

◆ rmin

unsigned int ripple::RPC::Tuning::LimitRange::rmin

Definition at line 14 of file src/xrpld/rpc/detail/Tuning.h.

◆ rdefault

unsigned int ripple::RPC::Tuning::LimitRange::rdefault

Definition at line 14 of file src/xrpld/rpc/detail/Tuning.h.

◆ rmax

unsigned int ripple::RPC::Tuning::LimitRange::rmax

Definition at line 14 of file src/xrpld/rpc/detail/Tuning.h.