-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p2p: gives seednode priority over dnsseed if both are provided #11
base: bitcoin-fresheyes-staging-master-28016
Are you sure you want to change the base?
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1507314838
at 2023/06/30, 14:33:31 UTC.
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1507426180
at 2023/06/30, 15:32:53 UTC.
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1898431958
at 2024/02/23, 15:55:48 UTC.
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1907452770
at 2024/02/28, 21:21:45 UTC.
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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1908397309
at 2024/03/03, 21:54:06 UTC.
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and approved here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1913140932
at 2024/03/03, 22:56:14 UTC.
An author commented here with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and approved here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1928238964
at 2024/03/11, 15:56:45 UTC.
An author commented here with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1932896265
at 2024/03/12, 22:50:22 UTC.
An author commented here with:
|
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1940456720
at 2024/03/15, 20:13:50 UTC.
This is an OUTDATED review comment as the original pull request may have been rebased or force-pushed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1940623925
at 2024/03/15, 21:07:03 UTC.
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1943457030
at 2024/03/18, 15:38:28 UTC.
An author commented here with:
|
@@ -2185,11 +2185,36 @@ void CConnman::WakeMessageHandler() | |||
|
|||
void CConnman::ThreadDNSAddressSeed() | |||
{ | |||
constexpr int TARGET_OUTBOUND_CONNECTIONS = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 authors commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#discussion_r1529316003
at 2024/03/18, 21:36:04 UTC - comment link
https://github.com/bitcoin/bitcoin/pull/28016#discussion_r1530559573
at 2024/03/19, 14:58:56 UTC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1944254499
at 2024/03/18, 21:36:05 UTC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An author reviewed and commented here with:
- comment link
https://github.com/bitcoin/bitcoin/pull/28016#pullrequestreview-1946525730
at 2024/03/19, 14:58:56 UTC.
An author commented here with:
|
This is a follow-up of
#27577
If both
seednode
anddnsseed
are provided, the node will start a race between them in order to fetch data to feed theaddrman
.This PR gives priority to
seednode
overdnsseed
so if some nodes are provided as seeds, they can be tried before defaulting to thednsseeds