RESOURCE: CoC_PortBusSize:Integer
PURPOSE: The CoC_PortBusSize is an optional parameter which sets the
width or size of each port, it governs how much data CoC Network Services
attempts
to piggy-back on each IP datagram. Limited by server setting MaxSizeGuaranteed.
FUNCTION: Default port bus size is 32.
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). A larger bus size than 32 is not recommended as the data will probably not fit on a single IP datagram due to MaxSizeGuaranteed setting or other network parameters.
EXAMPLE: CoC_PortBusSize = 8;
HISTORY: CoC bn880 02/06/2003
DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK