[ndnSIM] A question about the example named "ndn-tree-tracers.cc"

xuejin xue_jin at foxmail.com
Tue Sep 10 19:17:42 PDT 2013


Hi Alex,

There are two lines code in the example "ndn-tree-tracers.cc" like following :

  ndn::L3AggregateTracer::InstallAll ("aggregate-trace.txt", Seconds (0.5));
  ndn::L3RateTracer::InstallAll ("rate-trace.txt", Seconds (0.5));

When I run the scenario successfully, I get two files named "aggregate-trace.txt" and "rate-trace.txt".
Now, I want to change the file names, so I used the next two lines:

  ndn::L3AggregateTracer::InstallAll ("xuejin-aggregate-trace.txt", Seconds (0.5));
  ndn::L3RateTracer::InstallAll ("xuejin-rate-trace.txt", Seconds (0.5));

But after I run it successfully, the files' names still be "aggregate-trace.txt" and "rate-trace.txt". Why names can't change?

Looking forward to your response.

Jin Xue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20130911/36970792/attachment.html>


More information about the ndnSIM mailing list