Click or drag to resize

ITFtpTransferBlockCounterWrapping Property

TFTP can transfer up to 65535 blocks. After that, the block counter wraps to either zero or one, depending on the expectations of the client.

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
BlockCounterWrapAround BlockCounterWrapping { get; set; }
View Source

Property Value

BlockCounterWrapAround
See Also