File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ improve outbound peer selection.
8585 q2="How can a node currently get stuck with only unreachable addresses
8686 in ` AddrMan ` , finding no outbound peers? How does this PR fix it?"
8787 a2="If the ` -onlynet ` configuration changes. For example, suppose the
88- node has always been run with ` -onlynet=ipv4 ` so its AddMan has
89- no ipv6 addresses. Then the node is restarted with ` -onlynet=onion ` .
90- The fixed seeds have some onion addresses, but without the PR, the node
88+ node has always been run with ` -onlynet=onion ` so its ` AddrMan ` has
89+ no I2P addresses. Then the node is restarted with ` -onlynet=i2p ` .
90+ The fixed seeds have some i2p addresses, but without the PR, the node
9191 won't use them since the ` AddrMan ` isn't _ completely_ empty (it has some
92- ipv4 addresses from before). With the PR, the startup code will add
93- some onion fixed seeds, since ` AddrMan ` doesn't contain any addresses
92+ onion addresses from before). With the PR, the startup code will add
93+ some i2p fixed seeds, since ` AddrMan ` contains zero addresses
9494 of _ that_ (now reachable) network type.
9595 a2link="https://bitcoincore.reviews/26847#l-98 "
9696
You can’t perform that action at this time.
0 commit comments