-
Notifications
You must be signed in to change notification settings - Fork 160
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
Support IPv6 from mDNS #660
Conversation
a4fe5f4
to
310b932
Compare
@edaniels Would it possible to limit this just to mDNS for now? I would love to see these other things fixed, but as unique efforts/PRs. The |
I want to say yes but let's see what breaks when I undo those changes in this PR. They must have happened in combination with a TCP mux plus mDNS tests. If they don't break, I'll keep it undone. If they do, I'll see if I can create a temporary hidden interface that is an experimental API that works for the mixed implemented in the pkg! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #660 +/- ##
==========================================
+ Coverage 78.56% 78.75% +0.19%
==========================================
Files 42 42
Lines 4487 4698 +211
==========================================
+ Hits 3525 3700 +175
- Misses 740 767 +27
- Partials 222 231 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9c0d579
to
5ef09de
Compare
No description provided.