* #ident "$Revision: 1.11 $"
*
* STREAMS Serial Line Internet Protocol driver
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
ofms	if_sl	31	-	bsd
$$$

/* maximum send-queue depth--0=automatic default */
int if_sl_ifq_maxlen = 0;

/* any packets bigger than this get slow service--0=automatic default */
int if_sl_bigxmit = 0;

/* limit output bursts to this--0=automatic default */
int if_sl_maxout = 0;
