ContentsIndexHome
PreviousUpNext
IConfig.setMaxTransmitSize Method

Set the maximum amount of bytes transmitted in a single packet. 

 

Java
void setMaxTransmitSize(int size);
Parameters 
Description 
int size 
The maximum memory in bytes transmitted in a single packet. The minimum required is 5 KB. This maximum transmit size cannot be higher than the maximum buffer size (MaxBufferSize). By default, this value is set to 1 MB.
 

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.