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

Implement UDP IPV6 Group membership #12200

Closed
jepenven-silabs opened this issue Nov 24, 2021 · 1 comment
Closed

Implement UDP IPV6 Group membership #12200

jepenven-silabs opened this issue Nov 24, 2021 · 1 comment
Assignees

Comments

@jepenven-silabs
Copy link
Contributor

Problem

While the top level code is able to handle most of the logic required for group communication, the udp layer isn't able to properly received a multicast packet since the Group membership function are not implemented. This prevent us from listening to multicast packet that match our assigned groupID

Proposed Solution

Implement the Join/Leave group membership function in UDPEndPoint.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@andy31415 @jepenven-silabs @franck-apple and others