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

Guillaume Nodet resolved SSHD-140.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0
         Assignee: Guillaume Nodet

Author: gnodet
Date: Tue Aug 30 10:28:49 2011
New Revision: 1163164

URL: http://svn.apache.org/viewvc?rev=1163164&view=rev
Log:
[SSHD-140] Add configurable session idle timeout and use a single scheduler for 
all sessions

Modified:
   mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/SshServer.java
   
mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/common/AbstractFactoryManager.java
   
mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/common/FactoryManager.java
   
mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/ServerFactoryManager.java
   
mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java


> 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
>            Assignee: Guillaume Nodet
>             Fix For: 0.6.0
>
>         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

        

Reply via email to