commit | da9761f8e6c1bcf55a92371b521dfe7f232c3886 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 11 15:05:33 2019 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 11 15:05:33 2019 -0700 |
tree | 08714f7ad0222983d79d28df8fd39c0b67efd29c | |
parent | fd674016ab6ce92e3f00ba222a0a04d33553d311 [diff] |
face: don't use memory address as PendingInterestId Using memory address as PendingInterestId may cause false removal of PendingInterest record if the memory allocator places a different Interest at the same position in the heap. refs #2865 Change-Id: Icf4d11509ad5c2acd56f180a333a68aa96f31768
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
.