You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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)
.The text was updated successfully, but these errors were encountered: