Mark
Mark

Reputation: 29129

Does Netty 4 support UDP multicast with IGMPv3?

I've been unable to find any reference to Netty 4 supporting UDP multicast with IGMPv3 in the documentation.

Can anyone clarify if this is supported or not?

Upvotes: 1

Views: 288

Answers (1)

Mark
Mark

Reputation: 29129

Everything that is possible with plain jdk7 should also be possible with Netty in terms of multicast.

From Netty Discussions Google Group

Upvotes: 0

Related Questions