\subsection {The {\tt trace} Entry}

This command lets you specify standard {\it x}-kernel trace levels for
individual protocols.  For example, the following {\tt trace} commands
specify that $all$ instances of the {\tt ttcp} and {\tt btcp}
protocols should operate at the {\tt TR\_DETAILED} level of tracing.

\begin{verbatim}
trace ttcp = TR_DETAILED;
trace btcp = TR_DETAILED;
\end{verbatim}

%See Section ?? of the {\it {\xK} Programmer's Manual} for more
%information on trace levels.
