SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SSHSettingsMinWindowSize (property)

Specifies the minimal internal window size.

Syntax

@property (nonatomic,readwrite,assign,getter=SSHSettingsMinWindowSize,setter=setSSHSettingsMinWindowSize:) int SSHSettingsMinWindowSize;
- (int)SSHSettingsMinWindowSize;
- (void)setSSHSettingsMinWindowSize:(int)newSSHSettingsMinWindowSize;
public var SSHSettingsMinWindowSize: Int32 {
  get {...}
set {...} }

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.

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