Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.DefaultWindowSize

TElSSHBaseClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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)

[Java]
    not available

Description

The SSH window size specifies how many bytes the client can send to the server in the command channel.

See also:     MinWindowSize     Tune up SSH packet parameters    

Discuss this help topic in SecureBlackbox Forum