Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

verify_reachable_ports: Retry a couple times before declaring a UDP port unreachable#10181

Merged
mvines merged 1 commit into
solana-labs:masterfrom
mvines:udpretry
May 22, 2020
Merged

verify_reachable_ports: Retry a couple times before declaring a UDP port unreachable#10181
mvines merged 1 commit into
solana-labs:masterfrom
mvines:udpretry

Conversation

@mvines
Copy link
Copy Markdown
Contributor

@mvines mvines commented May 22, 2020

Sometimes UDP packets are dropped.

Fixes #9375

@mvines mvines requested a review from sakridge May 22, 2020 04:30
@mvines mvines added the v1.1 label May 22, 2020
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2020

Codecov Report

Merging #10181 into master will decrease coverage by 0.0%.
The diff coverage is 67.5%.

@@            Coverage Diff            @@
##           master   #10181     +/-   ##
=========================================
- Coverage    81.4%    81.4%   -0.1%     
=========================================
  Files         283      283             
  Lines       66051    66059      +8     
=========================================
- Hits        53823    53812     -11     
- Misses      12228    12247     +19     

Copy link
Copy Markdown
Contributor

@sakridge sakridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No retry on udp port check

2 participants