commit | 56bd3eef44cdabbe7e57e2d5079aee2d1ad18d17 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Feb 26 16:05:16 2017 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Feb 26 19:59:46 2017 -0500 |
tree | 99c5a9400c888daf931ea54e1e77885a7b149d25 | |
parent | e17898926d643363eea8477275860076a182f146 [diff] |
encoding: explicitly declare RouteFlags as uint64_t It was always expected to be a 64-bit unsigned value, but it was not declared as such. Change-Id: I2648c115d0f8052d671946aa8f40e883b0ab449e Refs: #3903
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
.