*
*
* tsd - Telnet streams driver
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
fs	tn	253	-	clone

$$$

/*
 * Set this to the maximum number of kernel telnet connections.
 */

#define	TN_MAXUNIT	1024

int	tn_maxunit = TN_MAXUNIT;

