mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Change buffer size back to 65534 for GenericSshClient
This commit is contained in:
parent
812181c30c
commit
a67baaa9c8
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ namespace PepperDash.Core
|
|||
try
|
||||
{
|
||||
Client.Connect();
|
||||
TheStream = Client.CreateShellStream("PDTShell", 100, 80, 100, 200, 100000);
|
||||
TheStream = Client.CreateShellStream("PDTShell", 100, 80, 100, 200, 65534);
|
||||
TheStream.DataReceived += Stream_DataReceived;
|
||||
//TheStream.ErrorOccurred += TheStream_ErrorOccurred;
|
||||
Debug.Console(1, this, "Connected");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue