[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] TCP Trace
Try to do a "grep tracevar" in ~ns/tcl/ex
, you can find some examples there.
Kun-chan Lan
On Wed, 15 Aug 2001, Ki il Kim wrote:
> Hello.
>
> I want to trace TCP.
> In tcp.cc, the traceAll() and tracevar() function are defined.
> But, I don't know how to use this function in Tcl script.
> I try to write code below.
>
> set tcp0 [new Agent/TCP]
> $tcp0 trace
>
> But, the trace file is not contained anything.
>
> Is there anybody know tcp trace,
> let me know that.
>
> -----------------------------------
> Ki il Kim
> Computer Communication Laboratory
> Chungnam National University
> Daejeon Korea
>
> Tel : +42-82-821-7451
> E-Mail : [email protected]
> -----------------------------------
>