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 2019/01/13 10:53:00 UTC

[jira] [Created] (SSHD-881) Use an internal chunking mechanism for AbstractSftpClient#write implementation

Goldstein Lyor created SSHD-881:
-----------------------------------

             Summary: Use an internal chunking mechanism for AbstractSftpClient#write implementation
                 Key: SSHD-881
                 URL: https://issues.apache.org/jira/browse/SSHD-881
             Project: MINA SSHD
          Issue Type: Improvement
    Affects Versions: 2.1.0
            Reporter: Goldstein Lyor
            Assignee: Goldstein Lyor


The current code uses a single buffer to write the entire data. We should consider using some internal chunking mechanism - e.g., {{SshConstants.SSH_REQUIRED_PAYLOAD_PACKET_LENGTH_SUPPORT - Long.SIZE}} as the default chunk size.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)