Release 2.9 (NFD 22.02)

- Update the submodule of NFD to version 22.02

    Note

    In order to retrieve the marked versions of ndn-cxx and NFD, use
    --recursive option to the git clone command or run
    git submodule update --init after clone, pull, or merge.

- Update the submodule of ndn-cxx to version 0.8.0-18-g4999b2ed

- Base NS-3 was rebased to version 3.35

- The compilation now uses the C++17 standard.

- Update uses of QueueBase::MaxSize to DropTailQueue<Packet>::MaxSize
Prepare release 2.9 (NFD 22.02)

Change-Id: I95b6f5fcdbd5fb5e965f3f65c7841344498aed22
4 files changed
tree: 6df1ac8a7918f10674ef42fc9613affc7e1621ae
  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.rst
  17. COPYING.md
  18. ndn-all.hpp
  19. README.md
  20. 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.