Skip to content
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

UdpContext::setMulticastInterface(): fix for IPv6 #5743

Merged
merged 2 commits into from Feb 8, 2019

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Feb 8, 2019

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 e3bc3c2#r32235572

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
@d-a-v d-a-v merged commit 1959311 into esp8266:master Feb 8, 2019
@d-a-v d-a-v deleted the multicastV6 branch February 8, 2019 14:23
@d-a-v d-a-v mentioned this pull request Feb 8, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant