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/09 12:37:50 UTC

[jira] Resolved: (DIRMINA-341) Allow binding multiple SocketAddresses per IoAcceptor.

     [ https://issues.apache.org/jira/browse/DIRMINA-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved DIRMINA-341.
---------------------------------

    Resolution: Fixed
      Assignee: Trustin Lee

Done.  You can call IoAcceptor.getLocalAddresses(...) to bind to multiple local addresses.  bind operation will fail and be rolled back if any of the specified local address is not bound.


> Allow binding multiple SocketAddresses per IoAcceptor.
> ------------------------------------------------------
>
>                 Key: DIRMINA-341
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-341
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>             Fix For: 2.0.0-M1
>
>
> 2.0-M1-SNAPSHOT allows only one SocketAddress to be bound per IoAcceptor.  People want to bind the same protocol handler into more than one NICs with different port.

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