rippled
Loading...
Searching...
No Matches
Disposition.h
1#ifndef XRPL_RESOURCE_DISPOSITION_H_INCLUDED
2#define XRPL_RESOURCE_DISPOSITION_H_INCLUDED
3
4namespace ripple {
5namespace Resource {
6
10 ok
11
13 ,
14 warn
15
17 ,
18 drop
19};
20
21} // namespace Resource
22} // namespace ripple
23
24#endif
Disposition
The disposition of a consumer after applying a load charge.
Definition Disposition.h:8
@ ok
No action required.
Definition Disposition.h:10
@ warn
Consumer should be disconnected for excess consumption.
Definition Disposition.h:14
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6