

* UDS  		Unix Domain streams driver

%DRIVER

Type:		stream
Prefix:		uds
Funcs:
Major:		- 
* Controller:
* Physical:
* Logical:
* LineDis:
* Options:

%PARAM

UDSCOUNT	16
UDSMAXCONIND	5

%CONFIG

#include "tcp/sys/unpcb.h"

struct unpcb 	Uds[UDSCOUNT];
int 		Udscount	= UDSCOUNT;
int 		Udsmaxconn	= UDSMAXCONIND;
