CoC_PingAtRate

 

RESOURCE: CoC_PingAtRate:Integer

PURPOSE: The CoC_PingAtRate is an optional parameter given in seconds which determines the time in seconds to wait for a clients network activity to be idle before forcing a ping message to that client.  A client is only considered idle/inactive when it is not receiving any Network Service messages from any node for some time.

FUNCTION: Default value is 30 seconds.

The parameter can be changed from a default value in the CoC_Server add-on initialization line (if the mission designer uses the Add-on version of the Network Services) or the change is made in the start of init.sqs (in case the script version of the Network Services are used).

 

EXAMPLE: CoC_PingAtRate = 7;

HISTORY: CoC bn880 14/11/2003; revised 30/05/2004

DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK