MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Specifies common network communication settings.
Paramater Type Description
ConnectionParamsTunning | Boolean Allow connection parameters auto correction.
|
DisconnectDelay | Integer Pause between disconnect retries, msec.
|
DisconnectRetryCount | Integer Number of disconnect retries. Should be >= 0. Null means only one request without next retries in case of no answer received.
|
MaxThreadCount | Integer Maximum threads number. May be reduced in case of slow hardware or time-worn OS.
|
PacketSize | Integer Size of network packets in bytes.
|
TestPacketCount | Integer Number of packets for network testing to setup network settings automatically.
|
|