i will try to be more clear.
in the marc greis tutorial in the VIII chapter
there is an example where he writes:
#How many bytes have seen received by the traffic
sinks?
set bw0 [$sink0 set bytes_]
and so on...where sink0 is "new
agent/LossMonitor"....
but if i have:
set sink0 [new
Agent/TCPSink]
I cannot do what marc greis does!
so what can i do?
|