Fabiano C. de Oliveira wrote:
Is there a plan to implement MULTICAST to 1.1 branch or only trunk ? I'd like
to implement this in 1.1, is there some work or patch for this ? Help is
appreciated.
Multicast support will only be in trunk because it will likely require
an API change and the 1.1 API is frozen. To use multicast with NIO, we
have to wait until Java 7 is released. In the mean time, it may be
possible to get multicast support using APR. See:
https://issues.apache.org/jira/browse/DIRMINA-438
-Mike