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

Ignore duplicated remote candidates #38

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Ignore duplicated remote candidates #38

merged 1 commit into from
Apr 18, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Apr 17, 2024

Not ignoring duplicated remote candidates may result in redundant candidate pairs, conn checks, and keepalive messages.

That's because we compare pairs redundancy by comparing their local and remote candidate ids, not addresses.

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Merging #38 (c350580) into master (aa30da4) will increase coverage by 0.78%.
The diff coverage is 93.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   79.81%   80.60%   +0.78%     
==========================================
  Files          25       25              
  Lines        1288     1299      +11     
==========================================
+ Hits         1028     1047      +19     
+ Misses        260      252       -8     
Files Coverage Δ
lib/ex_ice/priv/ice_agent.ex 84.10% <93.75%> (+1.00%) ⬆️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@mickel8 mickel8 merged commit 2d762ca into master Apr 18, 2024
4 checks passed
@mickel8 mickel8 deleted the remote-cand branch April 18, 2024 10:13
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.

2 participants