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

Do not directly dial a peer we cannot reach #2245

Merged
merged 1 commit into from
Apr 13, 2019
Merged

Conversation

prestonvanloon
Copy link
Member

Resolves #2233

The fallback is to request the information on broadcast. There seem to be scenarios where we cannot connect to a peer, or we are not actually peered with the person we want to dial. Instead, we will just broadcast for the information.

@codecov
Copy link

codecov bot commented Apr 13, 2019

Codecov Report

Merging #2245 into master will decrease coverage by 0.19%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           master    #2245     +/-   ##
=========================================
- Coverage   69.11%   68.91%   -0.2%     
=========================================
  Files         116      116             
  Lines        8881     8854     -27     
=========================================
- Hits         6138     6102     -36     
- Misses       2096     2099      +3     
- Partials      647      653      +6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frequent dial failures & dial backoff
3 participants