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

Allow to join multiple multicast groups on UDP #554

Merged
merged 3 commits into from
Sep 20, 2023
Merged

Allow to join multiple multicast groups on UDP #554

merged 3 commits into from
Sep 20, 2023

Conversation

Mallets
Copy link
Member

@Mallets Mallets commented Sep 20, 2023

In case of using UDP multicast, an endpoint configuration option is added to support the reading from multiple multicast groups. E.g.: udp/224.0.0.1#iface=en0;join=224.0.0.2|224.0.0.3 will operate as follows:

  • write will be done on iface=en0 and on the 224.0.0.1 multicast group
  • read will be done from the following multicast groups: 224.0.0.1, 224.0.0.2, 224.0.0.3

@Mallets Mallets merged commit 0b8f431 into master Sep 20, 2023
@Mallets Mallets deleted the join branch September 20, 2023 15:26
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.

2 participants