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

Add STUN support for connections #3376

Merged
merged 6 commits into from
May 14, 2021
Merged

Add STUN support for connections #3376

merged 6 commits into from
May 14, 2021

Conversation

soffokl
Copy link
Member

@soffokl soffokl commented May 12, 2021

No description provided.

@soffokl soffokl self-assigned this May 12, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #3376 (0a529dd) into master (a612f51) will decrease coverage by 0.00%.
The diff coverage is 55.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3376      +/-   ##
==========================================
- Coverage   43.56%   43.56%   -0.01%     
==========================================
  Files         319      320       +1     
  Lines       14048    14122      +74     
==========================================
+ Hits         6120     6152      +32     
- Misses       7204     7237      +33     
- Partials      724      733       +9     
Impacted Files Coverage Δ
p2p/common.go 56.52% <ø> (ø)
p2p/contact.go 0.00% <ø> (ø)
p2p/dialer.go 58.27% <0.00%> (ø)
p2p/stun.go 53.42% <53.42%> (ø)
p2p/listener.go 63.05% <100.00%> (+0.18%) ⬆️
core/policy/oracle.go 83.87% <0.00%> (-6.46%) ⬇️
core/discovery/brokerdiscovery/repository.go 76.36% <0.00%> (-5.46%) ⬇️
requests/dialer_swarm.go 76.34% <0.00%> (-3.23%) ⬇️
nat/traversal/pinger.go 74.03% <0.00%> (+1.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a612f51...0a529dd. Read the comment docs.

@soffokl soffokl marked this pull request as ready for review May 12, 2021 13:59
@soffokl soffokl merged commit 468b2b2 into master May 14, 2021
@soffokl soffokl deleted the stun-support branch May 14, 2021 03:58
soffokl added a commit that referenced this pull request May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants