commit | 2dd711d0a3796a0731f7fe86aba10b8c867edb4e | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 21 13:40:52 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 21 13:40:52 2017 +0000 |
tree | ae0b7031aa7b1acd64f7b6eb3ac868cc826f002e | |
parent | c542f63d03633e222f5a5f5efe00e27506cd2c86 [diff] |
interest: setNonce resets wire buffer Prior to this commit, Interest::setNonce overwrote part of the wire buffer, which could lead to unexpected behavior: when two Interest instances are sharing the same wire buffer, setting the Nonce on one instance affects the other instance. refs #4168 Change-Id: Ia90ed54d91845575504ca53071ea356e3854eba5
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
.