[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Can't run TFRC simulation scripts
Sorry, it turns out that the old scripts don't run because a
line in tfrc-sink.cc got changed from:
printf ("time: %7.5f loss_rate: %7.5f \n", now, drops);
to:
printf ("time: %7.5f sample 0: %5d loss_rate: %7.5f \n",
now, sample, drops);
and the awkfiles at "http://www.aciri.org/tfrc/sims1.html"
couldn't deal with it. I will check in a fix to tfrc-sink.cc tomorrow,
adding back the old line.
- Sally
------- End of Forwarded Message