RESOURCE: CoC_QueueWaitTime:Integer
PURPOSE: The CoC_QueueWaitTime is an optional parameter given in seconds which determines the time in seconds a message will remain in a message queue to a particular node before aborting the send and calling the failed function if one is provided.
FUNCTION: Default value is 1800 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_QueueWaitTime = 99999;
HISTORY: CoC bn880 14/11/2003
DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK