Subject: Re: CAP
To: Chris Mason <cmason@nando.net>
From: David Hornsby <djh@cs.mu.oz.au>
List: port-mac68k
Date: 09/05/1996 13:50:40
> From: cmason@nando.net (Chris Mason)
> I have CAP but I don't have UAR.  What is it and do I have to have it??  Is
> that the missing piece??

CAP runs as a single AppleTalk node, it doesn't know or care much about
routing AppleTalk packets. UAR is a portable AppleTalk Router for UNIX
boxes (and other things).

With CAP in "Native EtherTalk Mode", each individual aarpd/atis/aufs
process reads and writes EtherTalk packets using BPF, or NIT, or DLPI or
DEC PF. On operating systems such as IRIX, HP-UX or Sony NEWS where it is
only possible to open a small number of network "ports", CAP must be used
in "UAR Mode". UAR acts as a proxy for the CAP node, delivering packets to
the CAP processes via IP.

If you don't really need the routing function of UAR, then use CAP in
Native EtherTalk mode, it's faster.

See also

	http://www.cs.mu.OZ.AU/appletalk/atalk.html

 - David.