Release 2.6

- The submodules of NFD and ndn-cxx have been upgraded to version 0.6.2
  (4514).

  NFD 0.6.2 release notes

  ndn-cxx 0.6.2 release notes

    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.

- This will be the last release that supports "old" API for content
  store implementations. Going forward, only NFD-based implementations
  will be supported.

Improvements and bug fixes

- Add queue length congestion detection and signaling (Issue #4578)

- Implement BIC and CUBIC congestion control in ConsumerPcon (Issue #4672)

- Fix compilation failure on some systems with Python 3

- Fix outdated and remove deprecated APIs in the examples

- Updates of the ndnSIM documentation.
Prepare release 2.6

Change-Id: I2e73f2ec31f07076f0abba557d23c5ec79bc8915
2 files changed
tree: acd2dd85995067b78df2f63554f87446851ca36b
  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.