You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Tien Luong (JIRA)" <ji...@apache.org> on 2011/08/09 20:56:27 UTC

[jira] [Updated] (SSHD-140) Add configurable session idle timeout.

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

Tien Luong updated SSHD-140:
----------------------------

    Attachment: sshd-140.patch

This patch adds the described changes.

> Add configurable session idle timeout.
> --------------------------------------
>
>                 Key: SSHD-140
>                 URL: https://issues.apache.org/jira/browse/SSHD-140
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.5.0
>            Reporter: Tien Luong
>         Attachments: sshd-140.patch
>
>
> Add session idle timeout to ServerSession.
> Make configurable in SshServer by setting the property with key IDLE_TIMEOUT in milliseconds (i.e. sshServer.getProperties().put(SshServer.IDLE_TIMEOUT, idleTimeoutMs) ).
> Use a single timer on the server for all sessions by moving timer from ServerSession to SshServer.
> Will include a patch for consideration.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira