-
Notifications
You must be signed in to change notification settings - Fork 135
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
feat(mdns): support update subtype (IDFGH-14068) #693
Merged
david-cermak
merged 1 commit into
espressif:master
from
zwx1995esp:feat/support_add_remove_subtype
Nov 14, 2024
Merged
feat(mdns): support update subtype (IDFGH-14068) #693
david-cermak
merged 1 commit into
espressif:master
from
zwx1995esp:feat/support_add_remove_subtype
Nov 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zwx1995esp
force-pushed
the
feat/support_add_remove_subtype
branch
from
November 12, 2024 08:37
56d8d0a
to
6ff73a8
Compare
zwx1995esp
force-pushed
the
feat/support_add_remove_subtype
branch
2 times, most recently
from
November 12, 2024 09:06
e1ba831
to
85d3787
Compare
zwx1995esp
commented
Nov 12, 2024
zwx1995esp
force-pushed
the
feat/support_add_remove_subtype
branch
from
November 12, 2024 10:58
85d3787
to
3183a06
Compare
david-cermak
approved these changes
Nov 13, 2024
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.
LGTM, thanks for extending the subtype API!
left just some nitpicks
Hi, @david-cermak Thanks for your quick responsing and reviewing. I will resolve the commends ASAP. |
github-actions
bot
changed the title
feat(mdns): support update subtype
feat(mdns): support update subtype (IDFGH-14068)
Nov 14, 2024
zwx1995esp
force-pushed
the
feat/support_add_remove_subtype
branch
from
November 14, 2024 03:08
3183a06
to
062b8dc
Compare
david-cermak
approved these changes
Nov 14, 2024
Merged
espressif-bot
added
Status: Done
Resolution: Done
and removed
Status: Opened
Issue is new
labels
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Currently, the subtype related API has only one for adding a subtype on some services. This PR introduces new APIs to add/remove/update the subtypes in the mdns service. Also current logic will send nothing on the netif when there is a new subtype added, this PR announces the multicast query response on each netif when a new or a series of subtypes are added.
Related
Testing
avahi
, checked the PTR answer using wireshark.