[ http://issues.apache.org/jira/browse/DIRMINA-64?page=comments#action_12314863 ]
Vinod Panicker commented on DIRMINA-64: --------------------------------------- On the ServerSocketChannel. Taking an example where a server goes down for some reason, and an automated script tries to bring it back up again, the server needs to be able to bind to the same "well-known" port. If it is in TIME_WAIT state, as it most probably will be, the server will not be able to bind to the port unless setReuseAddress is set to true. The client side implementation is fine. > SocketAcceptor needs to expose setReuseAddress() > ------------------------------------------------ > > Key: DIRMINA-64 > URL: http://issues.apache.org/jira/browse/DIRMINA-64 > Project: Directory MINA > Type: Improvement > Versions: 0.7.2, 0.7.1, 0.7 > Environment: All > Reporter: Vinod Panicker > Assignee: Trustin Lee > Fix For: 0.7.3 > > The SocketAcceptor currently doesn't expose setReuseAddress() functionality. > This is extremely necessary for server implementations. It would be great if > a SocketAcceptor could expose a SocketSessionConfig type of class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
