Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

External Links and References

NDN Project

Specifications

Note: RFC 8569 and RFC 8609 are CCNx specifications (Content-Centric Networking, a related but distinct architecture). They are not NDN specifications. NDN specs are published by the named-data.net project.

Reference Implementations

NDN Community

Rust Ecosystem (used by ndn-rs)

  • Tokio – async runtime
  • bytes – zero-copy byte buffers
  • DashMap – concurrent hash map (used for PIT)
  • Criterion.rs – microbenchmark framework
  • tracing – structured logging and diagnostics
  • smallvec – stack-allocated small vectors (used for names and forwarding actions)