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

Support IPv6 question and response #177

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

edaniels
Copy link
Member

@edaniels edaniels commented Feb 8, 2024

@edaniels
Copy link
Member Author

edaniels commented Feb 8, 2024

pion/ice will need to figure how to consume this properly. It's not clear to me that it can/should just start adding an ipv6 packetconn to the server config

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c61a3ad) 0.00% compared to head (5b55d64) 0.00%.

❗ Current head 5b55d64 differs from pull request most recent head c892668. Consider uploading reports for the commit c892668 to get more accurate results

Additional details and impacted files
@@      Coverage Diff      @@
##   master   #177   +/-   ##
=============================
=============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

config.go Outdated
@@ -38,4 +49,8 @@ type Config struct {

// Interfaces will override the interfaces used for queries and answers.
Interfaces []net.Interface

// MulticastConnV6 is used to receive mDNS questions over IPv6. It can be used in conjunction
Copy link
Member Author

Choose a reason for hiding this comment

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

This is arguably funky not being part of Server but it lets us not break the API for now

Copy link
Member

Choose a reason for hiding this comment

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

@edaniels I think it is ok to break the API! Users are pretty low https://pkg.go.dev/github.com/pion/mdns?tab=importedby

@edaniels edaniels force-pushed the ipv6_support branch 3 times, most recently from 5b55d64 to c892668 Compare February 9, 2024 02:48
@edaniels edaniels merged commit 23c33ce into pion:master Feb 9, 2024
9 of 11 checks passed
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