interest: prevent InterestLifetime overflow

Refs: #4997
Change-Id: Ic116e4d6d681ab89c655774a90d9d652db4a8916
7 files changed
tree: 74e0b5cb907f167b2eb11f0ab232b9e2561ae489
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. docs/
  5. examples/
  6. ndn-cxx/
  7. tests/
  8. tools/
  9. .gitignore
  10. .jenkins
  11. .mailmap
  12. AUTHORS.md
  13. client.conf.sample
  14. COPYING.md
  15. Dockerfile
  16. libndn-cxx.pc.in
  17. README-dev.md
  18. README.md
  19. waf
  20. wscript
README.md

ndn-cxx: NDN C++ library with eXperimental eXtensions

CI Docs Language Latest version

ndn-cxx is a C++17 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:

Documentation

See docs/INSTALL.rst for compilation and installation instructions.

Extensive documentation is available on the library's homepage.

Reporting bugs

Please submit any bug reports or feature requests to the ndn-cxx issue tracker.

Contributing

Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md to get started.

License

ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md for details.