commit | 9d313d49a2b4fea07791d41f70f17a00ce055cc2 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 25 13:36:15 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 25 13:36:15 2011 -0800 |
tree | d7e833d4bb9ecdb6d1b9afce0f9e4d9b1e3f7587 | |
parent | 19426eff28be4aac38eefddf14b3863e50bc7d4c [diff] [blame] |
Add NACK processing
diff --git a/model/ccnx-pit-entry-outgoing-face.cc b/model/ccnx-pit-entry-outgoing-face.cc index ccdfb08..c15df71 100644 --- a/model/ccnx-pit-entry-outgoing-face.cc +++ b/model/ccnx-pit-entry-outgoing-face.cc
@@ -27,7 +27,7 @@ CcnxPitEntryOutgoingFace::CcnxPitEntryOutgoingFace (Ptr<CcnxFace> face) : m_face (face) , m_sendTime (Simulator::Now ()) - , m_retxNum (0) + // , m_retxNum (0) // , m_nonce (nonce) // , m_outstanding (true) // , m_waitingInVain (false)