p2p: gives seednode priority over dnsseed if both are provided#11
Conversation
|
An author commented here with:
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
An author commented here with:
|
|
An author commented here with:
|
|
An author commented here with:
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
An author commented here with:
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
An author commented here with:
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
An author commented here with:
|
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
|
An author commented here with:
|
|
|
||
| void CConnman::ThreadDNSAddressSeed() | ||
| { | ||
| constexpr int TARGET_OUTBOUND_CONNECTIONS = 2; |
There was a problem hiding this comment.
2 authors commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#discussion_r1529316003at 2024/03/18, 21:36:04 UTC - comment link
https://github.com/bitcoin/bitcoin/pull/28016#discussion_r1530559573at 2024/03/19, 14:58:56 UTC.
|
An author commented here with:
|
This is a follow-up of
#27577If both
seednodeanddnsseedare provided, the node will start a race between them in order to fetch data to feed theaddrman.This PR gives priority to
seednodeoverdnsseedso if some nodes are provided as seeds, they can be tried before defaulting to thednsseeds