rippled
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...

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 31 of file rpc/impl/Tuning.h.

Member Data Documentation

◆ rmin

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

Definition at line 33 of file rpc/impl/Tuning.h.

◆ rdefault

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

Definition at line 33 of file rpc/impl/Tuning.h.

◆ rmax

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

Definition at line 33 of file rpc/impl/Tuning.h.