commit | ce7520edcc792bab282532a71269bd1eaa414d58 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 28 09:40:06 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 28 09:40:06 2014 -0700 |
tree | c0db838134314d317d0ebc9b116a2ae74ff5c7c6 | |
parent | dca5079780d631f01cc23b00482289657b69a28a [diff] |
rib: Fixing incorrect usage of RibRegisterCommand in RibManager::unregisterEntry Change-Id: I3ef4a46ae6a012a4424e088369563bb590f330b1 Fixes: #1548
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.