-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: Make MDNS _getServiceTxt(char *name, char *proto) public #4521
Comments
Are you aware of pr #3107 ? |
Was not. Seems like it would be simpler to make the existing method public, no?
…Sent from my iPhone
On Mar 16, 2018, at 8:23 AM, Develo ***@***.***> wrote:
Are you aware of pr #3107 ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think you misunderstand what _getServiceTxt is doing. That method is used by the responder to send any Txt records you've added with addServiceTxt to others on the network (i.e. when someone else does a query). That's all you'd be able to see from the method...what you've already added. Without #3107, Txt records on responses to your queries are simply discarded. |
Im looking for a way to get the txt records for a discovered service... (not for txt records I added to the service Im broadcasting) |
Ok, then you need #3107. Just making _getServiceTxt public won't get you what you want. |
Closing in view of #5442 with a full rewrite of mdns. |
Need to be able to query serviceTextRecord attributes, method is currently private.
Thanks.
The text was updated successfully, but these errors were encountered: