SecureBlackbox 2020 iOS Edition

Questions / Feedback?

autoAdjustTransferBlock (property)

Specifies whether to adjust the send and receive buffer sizes automatically.

Syntax

@property (nonatomic,readwrite,assign,getter=autoAdjustTransferBlock,setter=setAutoAdjustTransferBlock:) BOOL autoAdjustTransferBlock;
- (BOOL)autoAdjustTransferBlock;
- (void)setAutoAdjustTransferBlock:(BOOL)newAutoAdjustTransferBlock;
public var autoAdjustTransferBlock: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

Automatic transfer block size adjustment may be beneficial for maximizing interoperability and achieving the best transfer speeds.

Use DownloadBlockSize, UploadBlockSize, and PipelineLength properties to adjust the transfer settings manually.

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