forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make minmdns use a distinct policy for endpoint and IP choices (proje…
…ct-chip#22168) * Use AllInterfacesListenIterator header for minmdns. Removes the minmdns sever implementation for logic regarding interface selection, use the central header for this. * Start adding some policies and a default policy impl * Restyle * Compile in the default minmdns policy * Use policies for IP address iteration * Switch interface iteration for Advertiser_ImplMinimalMdns * Completely remove the use of AllInterfaceListenIterator * Add file to header dependency * make testipresponder initialize memory * Switch address policy to be a virtual base class that can be overrider. Address policy default implementation is optional * Disable ipv4 flag in minmdns example: build flags should control server capabilities * Address review comment: address iterator type filtering happens in the policy * Remove FIXME text in code * Fix TestIPResponder
- Loading branch information
1 parent
e730606
commit 102a8bb
Showing
19 changed files
with
464 additions
and
364 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.