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

Retransmit conn checks #56

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Retransmit conn checks #56

merged 3 commits into from
Aug 1, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Jul 25, 2024

Fixes #7

@mickel8 mickel8 linked an issue Jul 25, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

Attention: Patch coverage is 91.13924% with 7 lines in your changes missing coverage. Please review.

Project coverage is 82.47%. Comparing base (852c73a) to head (6dd68be).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   81.79%   82.47%   +0.68%     
==========================================
  Files          25       25              
  Lines        1483     1518      +35     
==========================================
+ Hits         1213     1252      +39     
+ Misses        270      266       -4     
Files Coverage Δ
lib/ex_ice/ice_agent.ex 58.46% <100.00%> (+3.77%) ⬆️
lib/ex_ice/priv/gatherer.ex 93.02% <ø> (ø)
lib/ex_ice/priv/ice_agent.ex 85.49% <91.02%> (+0.88%) ⬆️

... 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 852c73a...6dd68be. Read the comment docs.

@mickel8 mickel8 force-pushed the rtx branch 2 times, most recently from 408fd53 to 423686b Compare July 26, 2024 11:00
Base automatically changed from cleanup to master July 26, 2024 11:03
@mickel8 mickel8 marked this pull request as ready for review July 26, 2024 13:44
@mickel8 mickel8 force-pushed the rtx branch 2 times, most recently from 38fc75f to 9d81512 Compare July 26, 2024 18:01
@@ -1416,6 +1576,7 @@ defmodule ExICE.Priv.ICEAgentTest do
assert ice_agent.checklist == %{}
end

@tag :debug
Copy link
Member

Choose a reason for hiding this comment

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

to remove

nil ->
{:ok, {base_addr, base_port}} = ice_agent.transport_module.sockname(tr.socket)

c =
Copy link
Member

Choose a reason for hiding this comment

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

I have nothing against short variable names, but this is a bit extreme.

@mickel8 mickel8 merged commit c7d3e9b into master Aug 1, 2024
2 checks passed
@mickel8 mickel8 deleted the rtx branch August 1, 2024 15:37
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.

Add retransmissions
2 participants