-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Listen for group messages on all relevant interfaces in the sockets i…
…mplementation. (#21611) * Listen for group messages on all relevant interfaces in the sockets implementation. We were listening on the "default" interface if MulticastGroupJoinLeave got called for an enpoint that was bound to the wildcard interface. But that does not work in some situation (e.g. on Mac). Instead, detect that we're dealing with the wildcard interface, and explicitly iterate over all viable interfaces. * Fix build on MbedOS.
- Loading branch information
1 parent
755a7e8
commit 3117409
Showing
3 changed files
with
86 additions
and
13 deletions.
There are no files selected for viewing
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