Closed
Description
As it stands, there are two public APIs for setting the expectSize buffer.
SSH.NET/src/Renci.SshNet/SshClient.cs
Line 446 in d07827b
SSH.NET/src/Renci.SshNet/SshClient.cs
Line 509 in d07827b
By default, unless specified otherwise, the expectSize will default to 2 * bufferSize. Since bufferSize defaults to 1024, that means expectSize defaults to 2048. As a default, that should cover most uses cases considering a full 80 x 25 screen is 2000 characters.
Should we remove the two public APIs that I originally added in #1207 before the next release in order to prevent any dependencies on it and allow us to rework it as a method-level parameter?
Metadata
Metadata
Assignees
Labels
No labels