SecureBlackbox 2020 iOS Edition

Questions / Feedback?

pipelineLength (property)

The number of parallelized transfer requests.

Syntax

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

Default Value

32

Remarks

This property controls the number of upload/download requests sent simultaneously. This speeds the transfer up, but may lead to issues with older/immature servers.

Typically you will only need to adjust this property if the default transfer settings (AutoAdjustTransferBlock) don't work.

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