Skip to content

SshClient: CreateShellStream always uses a 1024 byte buffer #303

@drieseng

Description

@drieseng

The CreateShellStream(...) overloads in SshClient allow for a buffer size to be specified, but that value is currently ignored and a 1024 byte buffer is always used instead.

Note that, for now, this buffer is only used in Write(Byte[] buffer, Int32 offset, Int32 count).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions