RESOURCE: CoC_QueueOverRun:Integer
PURPOSE: The CoC_QueueOverRun is an optional parameter which determines the number of messages that can be queued from a particular source node to one destination node before the queue is considered full. Once full all additional messages are "throttled" and call the failed funciton if provided.
FUNCTION: Default value is 2000 messages.
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_QueueOverRun = 500;
HISTORY: CoC bn880 14/11/2003
DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK