commit | 53533947d1d1b188c39dcf081a1bb5c981c0590d | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Mar 04 23:10:06 2020 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Mar 09 01:50:37 2020 -0400 |
tree | 478eccd8eeab1d0be9e391a841ed1a724f7ba9df | |
parent | 97242f78e95db60a1ea9ac3959e57f87638fc400 [diff] |
interest: refactor nonce handling Nonce is a sequence of 4 bytes, not a 32-bit unsigned integer. This also fixes various endianness bugs in unit tests. Refs: #3294 Change-Id: I057b7b771fecb0bc997b0b11a03e6660c9b7a826
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
You're encouraged to contribute to ndn-cxx! Check out the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.