Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
NDN Packet Format Specification v0.3
Logo
NDN Packet Format Specification v0.3
  • Introduction
  • Type-Length-Value (TLV) Encoding
  • Name
  • Interest Packet
  • Data Packet
  • Signature
  • Signed Interest
  • Link Object
  • Certificate
  • TLV Type Registry
  • Changes
Back to top
View this page
Edit this page

Link Object¶

The Link Object is a specialized form of a Data packet, defined as follows:

LinkObject = DATA-TYPE TLV-LENGTH
               Name
               MetaInfo ; ContentType == LINK
               LinkContent
               Signature

LinkContent = CONTENT-TYPE TLV-LENGTH 1*Name

Link Object is a data packet, whose content is a list of one or more names (formerly known as “delegations”). The LinkObject can be used to derive the ForwardingHint of an Interest packet.

The list of Names in LinkContent SHOULD be ordered by the producer’s preference, with the most preferred by the producer listed first.

In a LinkContent, each listed Name SHOULD be distinct.

Next
Certificate
Previous
Signed Interest
Copyright © 2013-2025, Named Data Networking Project
Made with Sphinx and @pradyunsg's Furo
Last updated on Apr 25, 2025