commit | 59e67715b5c222f11934c88dba341f7e9d7dd21c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 07 11:49:34 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 07 11:49:34 2012 -0800 |
tree | a23dacb294c7bf654b811934e659b1be4248f191 | |
parent | de00999a39982b39f24cf95430ac9c24282339ca [diff] [blame] |
Extending CcnxConsumerCbr class. Now it supports option to randomize sending time (uniform or exponential distribution).
diff --git a/apps/ccnx-consumer.cc b/apps/ccnx-consumer.cc index eafa77d..66da4b8 100644 --- a/apps/ccnx-consumer.cc +++ b/apps/ccnx-consumer.cc
@@ -243,6 +243,7 @@ Ptr<Packet> packet = Create<Packet> (); packet->AddHeader (interestHeader); + NS_LOG_DEBUG ("Interest packet size: " << packet->GetSize ()); m_protocolHandler (packet);