You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: