SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

auto_adjust_transfer_block Property

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

Syntax

def get_auto_adjust_transfer_block() -> bool: ...
def set_auto_adjust_transfer_block(value: bool) -> None: ...

auto_adjust_transfer_block = property(get_auto_adjust_transfer_block, set_auto_adjust_transfer_block)

Default Value

TRUE

Remarks

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

Use download_block_size, upload_block_size, and pipeline_length properties to adjust the transfer settings manually.

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