commit | 899277a653247aed7c7688b4a335b02019e139c3 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 07 22:12:12 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 07 22:12:12 2017 +0000 |
tree | ddf6a3697a0bd0cad7014ed456f0d9d7803c4a1b | |
parent | 13d85e09476a1d65a3035d6e8aa6e739345d31da [diff] |
interest: reorganize code and test cases * Sort functions to generally follow the order of fields in wire format. * Merge similar constructors. * Sort tests to follow the code order. * Split InterestFilter to its own test suite. * Add test coverage for Interest::getNonce() and Interest::refreshNonce(). * Move Link and SelectedDelegation tests to a sub test suite. * Delete tests of malformed Link, which are already covered by Link test suite. refs #4171 Change-Id: Ia7115f0be479e301673897115d112b0544a47f9e
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.