commit | d459ec34a6c1f3f17ecd0df7e0534b15596893b2 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 30 13:58:20 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 30 13:58:20 2012 -0700 |
tree | 89f4365e5633766ed70ece2b9fc5b19f9fe33455 | |
parent | 7f3e49e2b1446d038cb054d6a75fdd2456e92432 [diff] [blame] |
Repair serious bug with caching (wrong packet was sent from cache)
diff --git a/model/ccnx-face.cc b/model/ccnx-face.cc index 19ec448..25cc0a5 100644 --- a/model/ccnx-face.cc +++ b/model/ccnx-face.cc
@@ -150,6 +150,7 @@ CcnxFace::Send (Ptr<Packet> packet) { NS_LOG_FUNCTION (boost::cref (*this) << packet << packet->GetSize ()); + NS_LOG_DEBUG (*packet); /// \todo Implement tracing, if requested