You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/11/13 12:24:50 UTC

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

    [ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542112 ] 

Trustin Lee commented on DIRMINA-438:
-------------------------------------

I researched a little bit about MulticastSocket and thought we could do like the following:

* Add IoSession.join/leaveGroup(SocketAddress) which throws UnsupportedOperationException for now.
* All other properties (timeToLive, interface, networkInterface and loopbackMode) could be added later, because they won't affect the core API at all.

WDYT?  If there's no objection, let me add joinGroup and leaveGroup and reschedule this issue.



> Multicast support for MINA API 
> -------------------------------
>
>                 Key: DIRMINA-438
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-438
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Julien Vermillard
>            Priority: Critical
>             Fix For: 2.0.0-M1
>
>
> For supporting multicast over UDP we need to change the MINA API for
> Set the multicast Time to Live (TTL) for a multicast transmission.
> Joining a multicast group for a given session.
> Leaving a multicast group.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.