aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2020-09-15 10:29:20 +0300
committerGleb Naumenko <naumenko.gs@gmail.com>2020-09-24 08:52:25 +0300
commit2ea62cae483b764e30f61c06d8ac65755bbd864c (patch)
tree92cd369458e7b61adcc30340ad62b1c629841f35 /src/net.cpp
parent25839661305ec9fe8c25d171e31270d95311a4e4 (diff)
downloadbitcoin-2ea62cae483b764e30f61c06d8ac65755bbd864c.tar.xz
Improve docs about feeler connections
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 1 insertions, 1 deletions
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)