commit | ff033953191dc2eb2898c20b5f4fe2633894406f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 23 15:45:52 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 04 00:01:07 2012 -0700 |
tree | 18ad3df57730ed012f6e8c4434effcbdf984e6f2 | |
parent | 08b7d9e5d09ab58668e43db44012da30259389c6 [diff] [blame] |
Semi-success with "fair" sharing without NACKs There was a bug, causing empty queue on consumer nodes
diff --git a/model/pit/ndn-pit-entry.cc b/model/pit/ndn-pit-entry.cc index af66570..0a06ed2 100644 --- a/model/pit/ndn-pit-entry.cc +++ b/model/pit/ndn-pit-entry.cc
@@ -248,6 +248,13 @@ } uint32_t +Entry::GetOutgoingCount () const +{ + return m_outgoing.size (); +} + + +uint32_t Entry::GetMaxRetxCount () const { return m_maxRetxCount;