model: Change NetDeviceFace into NetDeviceLinkService to match NFD 0.4+ Face model

ndnSIM (for now) intentionally uses LinkService instead of Transport for
optimization purposes and in order to preserve ns3::Packet Tags.  This
may be fixed in the future when there is a different mechanism to
propagate ns3 Tags or Tags are no longer necessary.

Change-Id: I2aeef8f37d587374a1c9fe04386e33b6fde83fe0
Refs: #3560
9 files changed
tree: 07455cf0e41bcbbe7ef1fbe5b2baef999307a0bc
  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.