diff options
| author | Gleb Naumenko <[email protected]> | 2020-09-15 10:29:20 +0300 |
|---|---|---|
| committer | Gleb Naumenko <[email protected]> | 2020-09-24 08:52:25 +0300 |
| commit | 2ea62cae483b764e30f61c06d8ac65755bbd864c (patch) | |
| tree | 92cd369458e7b61adcc30340ad62b1c629841f35 /src/net.cpp | |
| parent | Merge #19478: Remove CTxMempool::mapLinks data structure member (diff) | |
| download | discoin-2ea62cae483b764e30f61c06d8ac65755bbd864c.tar.xz discoin-2ea62cae483b764e30f61c06d8ac65755bbd864c.zip | |
Improve docs about feeler connections
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index e35d05cec..5866bd6be 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) |