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 MDNS resolver #27

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Add MDNS resolver #27

merged 1 commit into from
Mar 13, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Mar 11, 2024

No description provided.

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Merging #27 (18a6010) into master (60a28e7) will decrease coverage by 0.50%.
The diff coverage is 69.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   79.04%   78.55%   -0.50%     
==========================================
  Files          18       20       +2     
  Lines        1002     1049      +47     
==========================================
+ Hits          792      824      +32     
- Misses        210      225      +15     
Files Coverage Δ
lib/ex_ice/app.ex 100.00% <100.00%> (ø)
lib/ex_ice/candidate.ex 82.05% <100.00%> (+0.97%) ⬆️
test/support/transport/mock.ex 76.00% <62.50%> (+7.57%) ⬆️
lib/ex_ice/ice_agent/impl.ex 80.89% <60.00%> (-0.84%) ⬇️
lib/ex_ice/mdns/resolver.ex 70.37% <70.37%> (ø)

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 60a28e7...18a6010. Read the comment docs.

@mickel8 mickel8 changed the title wip Add MDNS resolver Mar 11, 2024
@mickel8 mickel8 changed the base branch from master to dns March 11, 2024 17:29
@mickel8 mickel8 mentioned this pull request Mar 11, 2024
53 tasks
@mickel8 mickel8 force-pushed the mdns-client branch 5 times, most recently from ff85009 to 785b06d Compare March 12, 2024 16:52
Base automatically changed from dns to master March 12, 2024 16:56
@mickel8 mickel8 force-pushed the mdns-client branch 7 times, most recently from 672d828 to fd2c0d5 Compare March 12, 2024 19:56
@mickel8 mickel8 marked this pull request as ready for review March 12, 2024 20:07
@mickel8 mickel8 requested a review from LVala March 12, 2024 20:07
Copy link
Member

@LVala LVala left a comment

Choose a reason for hiding this comment

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

sick!

Comment on lines +238 to +239
resolve_address = fn
remote_cand when is_binary(remote_cand.address) ->
Copy link
Member

Choose a reason for hiding this comment

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

I'm wondering why this isn't just a private function?

Copy link
Member Author

Choose a reason for hiding this comment

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

I put it here as it is very specific to the place where it is used

@mickel8 mickel8 merged commit cfead4a into master Mar 13, 2024
4 checks passed
@mickel8 mickel8 deleted the mdns-client branch March 13, 2024 09:16
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