javanettyigmp

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?


Solution

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

    From Netty Discussions Google Group