management: Finalizing LocalControlHeader implementation

IncomingFaceId and NextHopFaceId are now fully supported for specifying
to be efficiently sent towards the forwarding daemon, and to be
automatically decoded from incoming packet from the forwarding daemon.

The current implementation limits exactly one LocalControlHeader for
Interest/Data packet instance. This is not exactly correct (especially
inside NFD), where the same Interest is expected to have multiple
LocalControlHeader (for each individual local face).  The following
commits will fix this problem.

Change-Id: Ia6b124ed12271136d071f4822f13634897ce3228
refs: #1170
17 files changed
tree: 0b8885fc3d191ea7894d99eaeb2e617a5eed03a8
  1. .waf-tools/
  2. examples/
  3. src/
  4. tests/
  5. tools/
  6. .gitignore
  7. .travis.yml
  8. AUTHORS
  9. CHANGELOG
  10. COPYING
  11. Doxyfile
  12. INSTALL.md
  13. libndn-cpp-dev.pc.in
  14. README.md
  15. waf
  16. wscript
README.md

NDN-CPP-dev: A dev version of Named Data Networking client library for C++

NDN-CPP is a new implementation of a Named Data Networking client library written in C++.

NDN-CPP is open source under a license described in the file COPYING. While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.

See the file INSTALL for build and install instructions.

Please submit any bugs or issues to the NDN-CPP issue tracker: http://redmine.named-data.net/projects/ndn-cpp/issues