You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Pavel Pohner (Jira)" <ji...@apache.org> on 2021/07/12 08:22:00 UTC

[jira] [Created] (SSHD-1196) sendChunkIfRemoteWindowIsSmallerThanPacketSize flag in ChannelAsyncOutputStream constructor configurable from outside using variable/config file

Pavel Pohner created SSHD-1196:
----------------------------------

             Summary: sendChunkIfRemoteWindowIsSmallerThanPacketSize flag in ChannelAsyncOutputStream constructor configurable from outside using variable/config file
                 Key: SSHD-1196
                 URL: https://issues.apache.org/jira/browse/SSHD-1196
             Project: MINA SSHD
          Issue Type: Improvement
    Affects Versions: 2.7.0
            Reporter: Pavel Pohner


Based on this ticket: https://issues.apache.org/jira/browse/SSHD-1123 we got in version 2.7.0 this sendChunkIfRemoteWindowIsSmallerThanPacketSize flag, which can be passed into ChannelAsyncOutputStream constructor, to indicate, that chunk of the data should be send in case there's less than packetSize space left in remote window.

I'd really like to have this value passed from some config or property resolver file in a similar way like the timeouts are passed, so I wouldn't need to create my own SftpClient and SftpClientFactory just to override ChannelAsyncOutputStream constructor call and set the flag to true.

Adding this would significantly simplify my implementation, as I don't need to have my own implementation of SftpClient, because I'm okey with the Default one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org