#
#	@(#) constable 60.1 2/13/92
#
#	Copyright (C) The Santa Cruz Operation, 1985, 1986, 1987, 1988.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation and should be treated as Confidential.
#
#
# Configuration table for performance optimization.
#
# server name -
#	Name of the remote machine.  * = default entry.  If no entry
#	for a particular machine exists, the default entry will be used.
#
# reado on/off -
#	Allows the reado smb to be used with this server.  Should always
#	be turned on (1).
#
# reada timeout -
#	Read Ahead timeout value.  This is the amount of time buffered
#	data will remain valid.  Once this time has expired the data
#	will be flushed and reread from the server.  50 = 1 second.
#
# read window -
#	Read Ahead window size.  This is the number of read requests that 
#	may be outstanding before we wait for data to return.
#
# read ahead -
#	Read Ahead value.  This is the number of requests that we send
#	over after the initial request has been satisfied.
#
# write window -
#	Write Behind window size.  This is the number of write
#	requests that may be outstanding before we wait for an acknoledgement
#	that the data has been received.
#
#
#              Special                General                  General
#            Read Support            Read-Ahead              Write-Behind
#
#----------+---------------+----------------------------+-------------------+--
# server	reado		reada	read	read		write
# name		on/off		timeout window  ahead		window
#
*		1		500	3	3		4
