forked from esp8266/Arduino
-
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.
UdpContext::setMulticastInterface(): fix for IPv6 (esp8266#5743)
Per 'udp_set_multicast_netif_addr()' signature and comments in lwIP sources: An IPv4 address designating a specific interface must be used. When an IPv6 address is given, the matching IPv4 in the same interface must be selected. fix esp8266@e3bc3c2#r32235572
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 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