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

Need more lenient SourceSpecificMulticastJoin #402

Closed
matthughes opened this issue May 11, 2022 · 1 comment
Closed

Need more lenient SourceSpecificMulticastJoin #402

matthughes opened this issue May 11, 2022 · 1 comment

Comments

@matthughes
Copy link
Member

SourceSpecificMulticastJoin correctly enforces that group IP is in the range 232/8 as defined by RFC 4607 ( https://datatracker.ietf.org/doc/html/rfc4607). However, in practice, values outside this range are often used. MulticastJoin is a sealed class so it cannot be extended outside of this library.

I propose we add a UnvalidatedSourceSpecificMulticastJoin or provide some way to bypass the range validation SourceSpecificMulticastJoin.

@mpilquist
Copy link
Member

LenientSourceSpecificMulticastJoin makes sense to me, providing a source of type A and group of type Multicast.

mpilquist added a commit that referenced this issue May 16, 2022
Fixes #402 - allows source specific multicast ranges outside RFC range
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

No branches or pull requests

2 participants