-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
Codecov ReportAttention: Patch coverage is
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
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
408fd53
to
423686b
Compare
38fc75f
to
9d81512
Compare
test/priv/ice_agent_test.exs
Outdated
@@ -1416,6 +1576,7 @@ defmodule ExICE.Priv.ICEAgentTest do | |||
assert ice_agent.checklist == %{} | |||
end | |||
|
|||
@tag :debug |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to remove
lib/ex_ice/priv/ice_agent.ex
Outdated
nil -> | ||
{:ok, {base_addr, base_port}} = ice_agent.transport_module.sockname(tr.socket) | ||
|
||
c = |
There was a problem hiding this comment.
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.
Fixes #7