From 2ea62cae483b764e30f61c06d8ac65755bbd864c Mon Sep 17 00:00:00 2001 From: Gleb Naumenko Date: Tue, 15 Sep 2020 10:29:20 +0300 Subject: Improve docs about feeler connections --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net.cpp') diff --git a/src/net.cpp b/src/net.cpp index e35d05cec0..5866bd6bee 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1784,7 +1784,7 @@ void CConnman::SetTryNewOutboundPeer(bool flag) // Return the number of peers we have over our outbound connection limit // Exclude peers that are marked for disconnect, or are going to be -// disconnected soon (eg one-shots and feelers) +// disconnected soon (eg ADDR_FETCH and FEELER) // Also exclude peers that haven't finished initial connection handshake yet // (so that we don't decide we're over our desired connection limit, and then // evict some peer that has finished the handshake) -- cgit v1.2.3