Internet Direct (Indy)
Home
PreviousUpNext
TIdTrivialFTP.RequestedBlockSize Property

Identifies of bytes to transmit before an acknowledgement is required.

Pascal
property RequestedBlockSize: Integer;

RequestedBlockSize is an Integer property that identifies the number of bytes to use as Block when reading or writing file data on the TFTP server. 

Normally a file cannot be transmitted in a single block. RequestedBlockSize specifies the number of bytes that can transmitted before an acknowledgement is required. 

The default value for RequestedBlockSize is 1500. Please note that changing the value of RequestedBlockSize may adversely affect the performance of the protocol.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.