diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2020-09-01 16:32:09 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2020-12-10 08:41:57 -0500 |
commit | 91d61952a82af3e8887e8ae532ecc19d87fe9073 (patch) | |
tree | 7595a09515d4ec79e518b6536106967552fa6f29 /src/net.h | |
parent | 86f20071931b803b5f26ed8f685d98d4919fb7a7 (diff) |
Simplify and clarify extra outbound peer counting
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ public: // return a value less than (num_outbound_connections - num_outbound_slots) // in cases where some outbound connections are not yet fully connected, or // not yet fully disconnected. - int GetExtraOutboundCount(); + int GetExtraFullOutboundCount(); bool AddNode(const std::string& node); bool RemoveAddedNode(const std::string& node); |