commit | 22295033024f1f5e17752cd15a29f2f6a66aca4b | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Apr 29 22:57:40 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Apr 30 14:42:12 2014 -0700 |
tree | af180c37d534c5586087aaca09d979e657bde9ec | |
parent | 6ee6e07e6f1c068f7658a616982ab785f3bd8b22 [diff] |
build: downgrade maybe-uninitialized from an error to a warning maybe-uninitialized has false positives in gcc 4.8 due to Boost ticket #9134 https://svn.boost.org/trac/boost/ticket/9134 refs #1560 Change-Id: I44e2456b31f3a102d4a447da0dc81c23efb31f3b
NFD is the network forwarder that implements the Named Data Networking (NDN) protocol and evolves together with the NDN protocol.
The main design goal of NFD development is to support diverse experimention of NDN research. The design emphasizes on modularity and extensibility to allow easy experiments with new protocol features, new algorithms, and new applications. We have not optimized the code for performance, but it can be achieved within the same framework by trying out different data structures and algorithms.
NFD is open, free, and developed by a community effort. Although most code of this first release was done by the NSF-sponsored NDN project team, it also contains significant contributions by people outside the project team. We strongly encourage contributions from all interested parties, since broader community support is key to NDN’s success as a new Internet architecture. Bug reports and feedbacks can be made through Redmine site and the ndn-interest mailing list.
The design and development of NFD benefited from our experiences with CCNx. However NFD does not maintain compatibility with CCNx.
For more information refer to
docs/INSTALL.rst
,docs/README.rst
docs/
folder.