mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
rpc: add new RPCs to get and set limits
This commit is contained in:
parent
72b5f37f58
commit
2e59f6ea50
6 changed files with 219 additions and 53 deletions
|
@ -119,11 +119,7 @@ public:
|
|||
|
||||
bool get_limit_down();
|
||||
|
||||
bool set_limit(int limit);
|
||||
|
||||
bool set_limit_up(int limit);
|
||||
|
||||
bool set_limit_down(int limit);
|
||||
bool set_limit(int64_t limit_down, int64_t limit_up);
|
||||
|
||||
bool out_peers(uint64_t limit);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue