MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgClientNetworkSettingsEditor Properties
TMsgClientNetworkSettingsEditor
Top 

Specifies client network communication settings.

Paramater   Type   Description
ConnectRetryCountInteger   Number of connect retries. Should be >= 0. Null means only one request without next retries in case of no answer received.  
ConnectDelayInteger   Pause between connect retries, msec.  
MinSendTimeOutInteger   Minimal value allowed for SendTimeOut.  
ReceiveSleepInteger   Time to sleep while buffer receiving, msec. Needs to allow incoming packets processing. Should be >=0, <= 100.  
ReceiveTimeOutInteger   Limit to receive a full incoming buffer, a time since the first packet to the latest, msec.  
RequestDelayInteger   Pause between series of requests absent/broken packets, msec. Shold be >=1, <= 100. Pause between packets in series is set in ReceiveSleep.  
ResendDelayInteger   Pause between series of resending requested absent/broken packets, msec. Shold be >=1, <= 100. Pause between packets in series is set in WaitForSendSleep.  
SendTimeOutInteger   Limit to send a full buffer, a time since the first packet to the latest, msec.  
StartReceiveTimeOutInteger   Timeout waiting for server response, a time waiting for begin of answer, any incoming packet received first, msec.  
ThreadsTerminateDelayInteger   Waiting for normal end of the thread by terminate signal.  
WaitForSendSleepInteger   Pause between sending packets, a time to sleep while wait for all packets being sent, msec. Shoud be equal to null for best speed.  
WaitForTimeOutInteger   Limit to wait for the end of other session threads, msec.  



© AidAim Software MsgCommunicator: Delphi Messenger Sdk Instant Messaging Sdk Im Sd