SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SSHSettingsMinWindowSize Property

Specifies the minimal internal window size.

Object Oriented Interface

public function getSSHSettingsMinWindowSize();
public function setSSHSettingsMinWindowSize($value);

Procedural Interface

secureblackbox_sshclient_get($res, 114 );
secureblackbox_sshclient_set($res, 114, $value );

Default Value

2048

Remarks

Specifies the minimal internal window size. When the minimal window size is reached, the 'window extension' request is sent to the server. This request notifies the server that the window was extended, and it can send more data.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]