* RNS PCI FDDI board
*
*#ident "$Revision: 1.2 $"
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
cs	if_rns	-	-	fddi,bsd

+thread_class	network
$$$


/* 1=enable ring latency measurements */
int rns_lat_void = 1;

/* override MTU
 *	0=default, 4352.
 *
 *	Set this to 1500 (or less) to permit interoperation between
 *	this host and hosts on an Ethernet connected to this FDDI ring
 *	by bridges that do not IP fragment.  This can reduce normal
 *	FDDI performance by 50%.
 *
 *	This setting should generally not be used to help overloaded
 *	FDDI-ethernet routers.  Instead, subnetsarelocal in master.d/bsd
 *	should be set to 0.
 */
int rns_mtu = 0;

/* force low latency
 *	0==normal latency, maximum throughput.
 *	1=reduced latency, but also reduced throughput.
 */
int rns_low_latency = 0;

