[
https://issues.apache.org/jira/browse/SSHD-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15762588#comment-15762588
]
Guillaume Nodet commented on SSHD-715:
--------------------------------------
Maybe we could print out a warning for known invalid configurations, such as
NIO2_READ_TIMEOUT < IDLE_TIMEOUT or IDLE_TIMEOUT < HEARTBEAT_INTERVAL.
That would help users configuring the complex systems in a way which actually
makes sense.
> 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.3.4#6332)