commit | b60f812b479323bba4f1a2e28c82128d64045386 | [log] [tgz] |
---|---|---|
author | Yuanzhi Gao <billmaxwell@ucla.edu> | Mon May 04 12:56:48 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 14 00:19:06 2015 -0700 |
tree | 0cfa83ec03b18897df15a43eb7fe1ed20476cac8 | |
parent | 241df876d2dcf1cdaf3e0ca67d6d498a46f85f0f [diff] |
daemon: Fix hop count of data packet received from content store Change-Id: I3b863344ec040bc61c8100843e13fce814766b1f Refs: #2764
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.