You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/10/18 08:01:05 UTC

[jira] [Created] (SSHD-569) Reset session idle timeout while waiting for channel window availability

Goldstein Lyor created SSHD-569:
-----------------------------------

             Summary: Reset session idle timeout while waiting for channel window availability
                 Key: SSHD-569
                 URL: https://issues.apache.org/jira/browse/SSHD-569
             Project: MINA SSHD
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Goldstein Lyor
            Assignee: Goldstein Lyor
            Priority: Minor
             Fix For: 1.1.0


Streams that use the channel window sometime wait for data to become available. Furthermore, sometimes they use an internal buffer to accumulate data and eventually send it. At such scenarios, the session is not really "idle" since it is doing something - it is idle only while it waits for the window to become available. Therefore, we should reset the idle timeout counter before and after such waits or buffering in order to avoid an idle timeout.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)