Discuss this help topic in SecureBlackbox Forum
Specifies the default internal window size.
Declaration
[C#]
int DefaultWindowSize;
[VB.NET]
Property DefaultWindowSize As Integer
[Pascal]
property DefaultWindowSize : integer;
[C++]
int32_t get_DefaultWindowSize();
void set_DefaultWindowSize(int32_t Value);
[PHP]
integer get_DefaultWindowSize()
void set_DefaultWindowSize(integer $Value)
Description
The SSH window size specifies how many bytes the client can send to the server in the command channel.
Discuss this help topic in SecureBlackbox Forum