ContentsIndexHome
PreviousUpNext
IConfig.MaxTransmitSize Property

The maximum amount of bytes transmitted in a single packet. The default value is 1 MB. The minimum required is 5 KB. The max transmit size cannot be higher than the max buffer size. If the amount of memory for transmit is small, this can have a negative influence on the performance of write actions.  

 

C#
int MaxTransmitSize;

The maximum buffer size should be greater than the maximum transmit size.

See also the Tuning configuration settings topic in the Using the SDK section for a more elaborate discussion on this topic.