commit | e4aae558ce5cb930643b26b959d2a269cc674159 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Thu Sep 29 18:38:43 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:40:12 2011 -0700 |
tree | 808762e77e5a7b655925e22199da7b4d8d72b3e7 | |
parent | 8accdf61802d1556293d92f917426681dbb10d11 [diff] |
small fix of Consumer Application
diff --git a/apps/ccnx-consumer.cc b/apps/ccnx-consumer.cc index 71aac13..c43a05f 100644 --- a/apps/ccnx-consumer.cc +++ b/apps/ccnx-consumer.cc
@@ -171,8 +171,8 @@ packet->AddHeader (interestHeader); m_face->ReceiveFromApplication (packet); - - m_sendEvent = Simulator::Schedule (Seconds(m_offTime), &CcnxConsumer::SendPacket, this); + NS_LOG_INFO("time = " << m_offTime); + m_sendEvent = Simulator::Schedule (m_offTime, &CcnxConsumer::SendPacket, this); } // void