Upgrade the underlying NFD and ndn-cxx to version 0.6.1 and fixing compilation

Specific changes:

1) model: NetDeviceTransport uses the MTU of NS-3 netDevice
2) utils: Adapting to the updates of the ndn-cxx CustomClock abstraction

Change-Id: Ic0dba06a9afd66a810172d4a512f35f6df6b222a
Refs: #4471, #4514
6 files changed
tree: 1123b592b7a9c3db19e25f6d744e104456426eda
  1. .jenkins.d/
  2. .waf-tools/
  3. apps/
  4. bindings/
  5. docs/
  6. examples/
  7. helper/
  8. model/
  9. tests/
  10. utils/
  11. .clang-format
  12. .gitignore
  13. .gitmodules
  14. .jenkins
  15. .travis.yml
  16. AUTHORS
  17. COPYING.md
  18. ndn-all.hpp
  19. README.md
  20. VERSION
  21. wscript
README.md

ndnSIM

Build Status

A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:

ndnSIM documentation

For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/ folder.