SecureBlackbox 2020 iOS Edition

Questions / Feedback?

SSHSettingsDefaultWindowSize (property)

The SSH window size specifies how many bytes the client can send to the server in the command channel without obtaining pre-authorization for the further send from the server.

Syntax

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

Default Value

2048000

Remarks

The SSH window size specifies how many bytes the client can send to the server in the command channel without obtaining pre-authorization for the further send from the server.

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