Skip to content

FIX - AsyncUDP joinMulticastGroup does not work if interface is not specified #2279

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 6, 2019
Merged

FIX - AsyncUDP joinMulticastGroup does not work if interface is not specified #2279

merged 1 commit into from
Jan 6, 2019

Conversation

forkineye
Copy link
Contributor

@forkineye forkineye commented Jan 5, 2019

If joinMulticastGroup is used with the default tcpip_if of TCPIP_ADAPTER_IF_MAX, an ungraceful crash will occur. This modifies joinMulticastGroup to utilize igmp_joingroup instead of igmp_joingroup_netif when TCPIP_ADAPTER_IF_MAX is passed in so that all interfaces are iterated over and joined.

@me-no-dev me-no-dev merged commit a6e3b29 into espressif:master Jan 6, 2019
@me-no-dev
Copy link
Member

Thanks @forkineye

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants