diff options
| author | Hennadii Stepanov <[email protected]> | 2020-06-05 09:38:09 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2020-10-09 14:29:05 +0300 |
| commit | 0a85e5a7bc8dc6587963e2e37ac1b087a1fc97fe (patch) | |
| tree | f6b4f13e5b5ed23973b55a917c08bfd3ada49380 /src/net.h | |
| parent | p2p: Fix off-by-one error in fetching address loop (diff) | |
| download | discoin-0a85e5a7bc8dc6587963e2e37ac1b087a1fc97fe.tar.xz discoin-0a85e5a7bc8dc6587963e2e37ac1b087a1fc97fe.zip | |
p2p: Try to connect to anchors once
Diffstat (limited to 'src/net.h')
| -rw-r--r-- | src/net.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -174,7 +174,9 @@ enum class ConnectionType { * attacks. By not relaying transactions or addresses, these connections * are harder to detect by a third party, thus helping obfuscate the * network topology. We automatically attempt to open - * MAX_BLOCK_RELAY_ONLY_CONNECTIONS using addresses from our AddrMan. + * MAX_BLOCK_RELAY_ONLY_ANCHORS using addresses from our anchors.dat. Then + * addresses from our AddrMan if MAX_BLOCK_RELAY_ONLY_CONNECTIONS + * isn't reached yet. */ BLOCK_RELAY, |