commit | 8a56e8d353b67fc6295b615a4516e5a7530de4bc | [log] [tgz] |
---|---|---|
author | Christian Kreuzberger <christian.kreuzberger@itec.aau.at> | Wed Feb 18 08:45:01 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 18 15:31:57 2015 -0800 |
tree | 8c7780d80d8153db09208a63200f65f5c8e9d1d0 | |
parent | f34b319e94b18383e72a739b84b36a9f395ed4ee [diff] |
helpers: Fix bug in ndn-global-routing-helper Fix subtle bug that in rare cases could crash the CalculateAllPossibleRoutes method of ndn-global-routing-helper Change-Id: I27e8b159d61e1b5f6dd21879f36ed63667f5c12a Refs: #2535
ndnSIM 2.0 is a new release of NS-3 based Named Data Networking (NDN) simulator that went through extensive refactoring and rewriting. The key new features of the new version:
ndnSIM no longer re-implements basic NDN primitives and directly uses implementation from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Packet format changed to NDN-TLV
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.