commit | 8d3f834c6cf4fcdcc0b39587fabe653ae2a09b46 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Apr 04 12:46:37 2018 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Apr 04 12:46:37 2018 +0000 |
tree | 72ed50b01fd0fdd4460e6be6099705bf271cfed4 | |
parent | a36f15d667a886a138baa4d2f06ef113b9f82c83 [diff] |
interest: deprecate selectors NDN Packet Format v0.3 replaces Selectors with CanBePrefix and MustBeFresh elements. This commit deprecates getter/setter for Selectors in Interest class. Getter/setter for CanBePrefix and MustBeFresh are mapped to the closest v0.2 semantics and encoded as selectors. refs #4527 Change-Id: Ie3d58d3d73f3bf1d8db3327943e6850a867465b0
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/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.