mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 23:40:03 -08:00
rpc: in/out peers can now return the setting's value
This commit is contained in:
@@ -123,9 +123,9 @@ public:
|
||||
|
||||
bool set_limit(int64_t limit_down, int64_t limit_up);
|
||||
|
||||
bool out_peers(uint64_t limit);
|
||||
bool out_peers(bool set, uint32_t limit);
|
||||
|
||||
bool in_peers(uint64_t limit);
|
||||
bool in_peers(bool set, uint32_t limit);
|
||||
|
||||
bool start_save_graph();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user