rpc: in/out peers can now return the setting's value

This commit is contained in:
moneromooo-monero
2019-05-28 17:54:41 +00:00
parent 5fbfa8a656
commit fcfcc3ac86
7 changed files with 63 additions and 21 deletions

View File

@@ -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();