Skip to content
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

network: take into account good known peers when thinking of GetAddr #3730

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

roman-khimov
Copy link
Member

They will be returned to pool when disconnected anyway. On a smaller network this can make a difference because there are not a lot of addresses in the pool usually.

@roman-khimov roman-khimov added this to the v0.107.1 milestone Dec 6, 2024
They will be returned to pool when disconnected anyway. On a smaller network
this can make a difference because there are not a lot of addresses in the
pool usually.

Signed-off-by: Roman Khimov <[email protected]>
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.90%. Comparing base (a68856c) to head (703bf6c).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3730      +/-   ##
==========================================
+ Coverage   82.81%   82.90%   +0.08%     
==========================================
  Files         335      335              
  Lines       46847    46847              
==========================================
+ Hits        38798    38839      +41     
+ Misses       6454     6413      -41     
  Partials     1595     1595              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnnaShaleva
Copy link
Member

Let me check one thing.

@AnnaShaleva
Copy link
Member

OK, good to go.

@AnnaShaleva AnnaShaleva merged commit c84dac5 into master Dec 6, 2024
34 checks passed
@AnnaShaleva AnnaShaleva deleted the tune-getaddr-trigger branch December 6, 2024 12:55
@AnnaShaleva AnnaShaleva added bug Something isn't working network P2P layer labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working network P2P layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants