You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "MayDay (JIRA)" <ji...@apache.org> on 2017/10/21 11:01:00 UTC

[jira] [Commented] (SSHD-715) The IDLE_TIMEOUT configuration parameter is invalid

    [ https://issues.apache.org/jira/browse/SSHD-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213846#comment-16213846 ] 

MayDay commented on SSHD-715:
-----------------------------

How does the HeartBeat work?
it only send keepAlive every interal time,but not to check the reply of the keepAlive timeout.
how does the client know that the server is available.

> The IDLE_TIMEOUT configuration parameter is invalid
> ---------------------------------------------------
>
>                 Key: SSHD-715
>                 URL: https://issues.apache.org/jira/browse/SSHD-715
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Li Fangning
>            Assignee: Goldstein Lyor
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> The DEFAULT_IDLE_TIMEOUT value is set to 10 minutes.
> I want to configure it to never time out with the following code:
> PropertyResolverUtils.updateProperty(sshd, FactoryManager.IDLE_TIMEOUT, Long.MAX_VALUE);
> But the connection still times out after 10 minutes and 15 seconds.
> The problem can be circumvented by the following code:
> PropertyResolverUtils.updateProperty(sshd, FactoryManager.NIO2_READ_TIMEOUT, Long.MAX_VALUE);
> V1.2 does not have this problem.
> (The NIO2_READ_TIMEOUT parameter is new in version 1.3)
> The SSH client has the same problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)