Simplify and clarify extra outbound peer counting

This commit is contained in:
Suhas Daftuar
2020-09-01 16:32:09 -04:00
parent 86f2007193
commit 91d61952a8
5 changed files with 9 additions and 9 deletions

View File

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