<?xml version="1.0" encoding="utf-8"?>
<!--      
     Documentation is at https://authors.ietf.org/en/templates-and-schemas
-->
<?xml-model href="rfc7991bis.rnc"?>  <!-- Required for schema validation and schema-aware editing -->
<!-- <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> --> 
<!-- This third-party XSLT can be enabled for direct transformations in XML processors, including most browsers -->

<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<!-- If further character entities are required then they should be added to the DOCTYPE above.
Use of an external entity file is not recommended. -->


<rfc
  xmlns:xi="http://www.w3.org/2001/XInclude"
  category="exp"
  docName="draft-bless-rtgwg-kira-00"
  ipr="trust200902"
  obsoletes=""
  updates=""
  submissionType="IETF"
  xml:lang="en"
  version="3">
<!-- 
    * docName should be the name of your draft
    * category should be one of std, bcp, info, exp, historic
    * ipr should be one of trust200902, noModificationTrust200902, noDerivativesTrust200902, pre5378Trust200902
    * updates can be an RFC number as NNNN
    * obsoletes can be an RFC number as NNNN 
-->

  <front>
    <title abbrev="KIRA">Kademlia-directed ID-based Routing Architecture (KIRA)</title> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#title-4 -->
    <!--  The abbreviated title is required if the full title is longer than 39 characters -->

    <seriesInfo name="Internet-Draft" value="draft-bless-rtgwg-kira-00"/> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#seriesinfo -->
    <!-- Set value to the name of the draft  -->
   
    <author fullname="Roland Bless" initials="R." surname="Bless"> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#author -->
    <!-- initials should not include an initial for the surname -->
    <!-- role="editor" is optional -->
    <!-- Can have more than one author -->
      
    <!-- all of the following elements are optional -->
      <organization>Karlsruhe Institute of Technology (KIT)</organization> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#organization -->
      <address> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#address -->
        <postal>
          <!-- Reorder these if your country does things differently -->
          <street>Kaiserstr. 12</street>
          <code>76131</code>
          <city>Karlsruhe</city>
          <country>DE</country>
          <!-- Can use two letter country code -->
        </postal>        
        <phone>+4915201601400</phone>
        <email>roland.bless@kit.edu</email>  
        <!-- Can have more than one <email> element -->
        <uri>https://tm.kit.edu/~bless</uri>
      </address>
    </author>
   
    <date year="2023" month="10" day="23"/> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#date -->
    <!-- On draft subbmission:
         * If only the current year is specified, the current day and month will be used.
         * If the month and year are both specified and are the current ones, the current day will
           be used
         * If the year is not the current one, it is necessary to specify at least a month and day="1" will be used.
    -->

    <area>Routing</area>
    <workgroup>Internet Engineering Task Force</workgroup>
    <!-- "Internet Engineering Task Force" is fine for individual submissions.  If this element is 
          not present, the default is "Network Working Group", which is used by the RFC Editor as 
          a nod to the history of the RFC Series. -->
    
    <keyword>Routing</keyword>
    <!-- Multiple keywords are allowed.  Keywords are incorporated into HTML output files for 
         use by search engines. -->

    <!--  ########################################################## -->

    <abstract>
      <t>This document describes the Kademlia-directed ID-based
      Routing Architecture KIRA. KIRA offers highly scalable
      zero-touch IPv6 connectivity, i.e., it can connect hundred
      thousands of routers and devices in a single network (without
      requiring any form of hierarchy like areas). It is
      self-organizing to achieve a zero-touch solution that provides
      resilient (control plane) IPv6 connectivity without requiring any
      manual configuration by operators. It works well in various
      topologies and is loop-free even during convergence. The
      architecture consists of the ID-based network layer routing protocol
      R²/Kad in its routing tier and a Path-ID-based forwarding tier.
      The topological independent IDs can be embedded into IPv6
      addresses, so that KIRA provides zero-touch IPv6 connectivity
      between KIRA nodes.
      </t>
    </abstract>
    <!--  ########################################################## -->
 
  </front>

  <middle>
    
    <!--  ########################################################## -->
    <section>
    <!-- The default attributes for <section> are numbered="true" and toc="default" -->
      <name>Introduction</name>
      <!--  ############ -->
      
      <t>
        KIRA is a scalable zero-touch distributed routing solution
        that is tailored to control planes, i.e., in contrast to
        commonly used routing protocols like OSPF, ISIS, BGP etc., it
        prioritizes resilient connectivity over route efficiency. It
        scales to 100,000s of nodes in a single network, it uses
        ID-based addresses, is zero-touch (i.e., it requires no
        configuration for and after deployment) and is able to work
        well in various network topologies. Moreover, it offers a
        flexible memory/stretch trade-off per node, shows fast
        recovery from link or node failures, and is loop-free, even
        during convergence. Additionally, it includes a built-in
        Distributed Hash Table (DHT) that can be used for simple name
        service registration and resolution, thereby helping to
        realize autonomic network management and control and
        zero-touch deployments.
      </t>

      <t>
        Please note, that is version of the Internet-Draft
        is not complete yet. Future versions will complete
        the specification.
      </t>

      <section anchor="requirements">
      <!-- anchor is an optional attribute -->
        <name>Requirements Language</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
          "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT
          RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
          interpreted as described in BCP 14 <xref target="RFC2119"/>
          <xref target="RFC8174"/> when, and only when, they appear in
          all capitals, as shown here.</t>
      </section>
      <!-- The 'Requirements Language' section is optional -->
    </section>
    
    <!--  ########################################################## -->
    <section>
      <name>Overview of KIRA</name>
      <!-- ########## -->
      <t>
        KIRA's main objective is to provide self-organized robust
        control plane (CP) connectivity on top of a link-layer
        topology.  The CP is typically used to configure, monitor,
        manage, and control networked resources (switches, routers,
        end-systems).  The goal is to never lose control over the
        resources as long as there exist paths leading to them. KIRA
        is structured into a two-tier architecture consisting of a
        Routing Tier and a Forwarding Tier (see <xref
        target="fig-KIRA-architecture"/>.  KIRA runs the zero-touch,
        distributed, highly scalable, ID-based routing protocol R²/Kad
        in the Routing Tier to find viable paths to destinations. The
        core concept of R²/Kad is that it discovers paths in the
        underlying topology by using an ID-based overlay routing
        scheme combined with source routing between overlay hops. KIRA
        nodes employ this information to construct fast path
        forwarding tables in the Forwarding Tier for CP data traffic
        (e.g., packets from control plane applications).
      </t>

      <t>
        R²/Kad employs a flat ID-based addressing scheme to easily
        support zero-touch operation, self-organization as well as
        mobility and multi-homing. ID-based routing (sometimes also
        denoted as name-independent routing or routing with flat
        identifiers) has the advantage of providing stable addresses
        (called NodeIDs) to upper layers.  Thus, in case (virtual)
        resources are moved within the topology, any control
        connection to them stays alive. In contrast to other ID-based
        addressing approaches, KIRA is a genuine ID-based approach,
        because it does not use topological addresses at all and thus
        does not require any additional identifier-locator mapping
        (increased risk of non-consistency) and associated protocols
        (additional overhead and convergence time).
      </t>

      <t>
        As just motivated, R²/Kad uses topologically independent
        NodeIDs, generated by the KIRA nodes themselves, so address
        assignment is performed in a distributed manner by each node
        autonomously. Typically, NodeIDs are taken from a 112 bit
        address space, but depending on the network size, smaller
        NodeIDs are possible. KIRA uses IPv6 packets for its messages
        and CP data packets, because NodeIDs can be easily embedded
        into an IPv6 address (e.g., 16 bit prefix + 112 bit NodeID)
        and existing hardware-based and software-based forwarding
        mechanisms can be leveraged. Mainly very basic IPv6 features
        like link-local addresses, the packet format, fragmentation,
        and neighbor discovery are used, e.g., it does not require any
        address configuration features or router discovery.
      </t>

      <t>
        The <em>Forwarding Tier</em> is able to forward IPv6 packets,
        so that (control) applications can use IPv6 and all
        corresponding transport protocols above. R²/Kad messages use
        source routing based on NodeIDs whereas traffic in the
        Forwarding Tier uses NodeIDs and PathIDs for its forwarding
        decision. PathIDs are conceptually a hash from a sequence of
        NodeIDs that build a path segment. PathIDs are unique (with
        high probability) for a path segment. To carry PathIDs in
        addition to the final destination NodeID, the original IPv6
        packet becomes encapsulated, e.g., using a GRE header that
        contains the PathID for the path segment that the packet
        should traverse next. Intermediate nodes simply exchange the
        PathID at each hop with the PathID of the remaining path
        segment (similar to label switching), or they strip the outer
        header when the next node is the end of a path segment.
        PathIDs are precomputed in a 2-hop vicinity of a KIRA node and
        are installed by R²/Kad signaling in some intermediate nodes
        on demand for paths longer than five hops. To forward CP
        packets KIRA nodes only need to perform lookups in their
        NodeID forwarding table and/or PathID forwarding table,
        perform encapsulation or decapsulation and rewrite PathIDs.
      </t>

      <figure anchor="fig-KIRA-architecture">
        <name>KIRA-Architecture</name>
        <artwork name="" type="ascii-art" align="left">
     Routing Tier
    ┌──────────────────────────────────────────────────┐ ┌─────────────┐
    │R²/Kad                                            │ │ Control     │
    │ ┌───────────────────┐ ┌───────────┐ ┌──────────┐ │ │ Plane       │
    │ │- Path Discovery   │ │  Routing  │ │Path      │ │ │ Applications│
    │ │- Routing          │ │  Table    │ │Management│ │ │             │
    │ │- Failure Recovery │ │           │ │          │ │ │             │
    │ └───────────────────┘ └───────────┘ └────┬─────┘ │ │             │
    │                                          │       │ │             │
    └───▲──────────────────────────────────────┼───────┘ └─────▲───────┘
        │                                      │               │Trans-
        │               ┌────────────┬─────────┘               │port
R²/Kad  │    Forwarding │            │                         │over
Messages│    Tier       │            │                         │IPv6
        │   ┌─┬─────────▼─┬──┬───────▼─────┬─┬─────────┬─┬─────▼─────┬─┐
        │   │ │NodeID     │  │PathID       │ │Encaps./ │ │Node Local │ │
        │   │ │Forwarding │  │Forwarding   │ │Decaps.  │ │Forwarding │ │
        │   │ │Table      │  │Table        │ │         │ │           │ │
        │   │ └───────────┘  └─────────────┘ └─────────┘ └─▲─────────┘ │
        │   │                                              │           │
        │   │            ┌─────────────────────────────────┴─┐         │
        │   │         ┌─►│          Fast Forwarding          ├──┐      │
        │   └─────────┼──┴───────────────────────────────────┴──┼──────┘
        ▼      IPv6 ──┘                                         └─► IPv6
     UDP+IPv6       
        </artwork>
      </figure>

      <t>
        CP applications (e.g., SDN controllers, Kubernetes Cluster
        Controllers, Virtual Infrastructure Manager, traditional OAM
        applications and so on) simply use NodeIDs as addresses for
        the resources/devices they want to control or for other
        controllers they want to exchange state with. Therefore, CP
        applications can transparently use the connectivity
        established by KIRA.  Since NodeIDs are randomly generated,
        KIRA provides a simple built-in key/value store (Distributed
        Hash Table – DHT) that can be used as name service. KIRA nodes
        and services can dynamically register their NodeID under a
        certain well-known name and other KIRA nodes can lookup their
        corresponding NodeIDs. The DHT functionality will be specified
        as a separate KIRA module and corresponding application
        interfaces are out-of-scope for this specification.
      </t>

      <t>
        KIRA nodes possess relatively small routing tables, that grow
        with O(log(n)), where n is the number of KIRA nodes in the
        network (see <xref target="KIRA-Networking-2022" /> for
        evaluation results).  The advantage of small routing tables is
        scalability, but comes at the cost of path stretch.  That is,
        packets to destinations that are not kept in the routing table
        of a node take a longer path than the shortest possible path,
        because they are using the ID-based overlay routing
        strategy. However, KIRA nodes will learn the shortest paths to
        all 'contacts' in their routing tables and it is a node local
        decision how large the routing table can be.  For example, a
        controller node may add all KIRA nodes that it controls as
        contacts to its routing table.  Because KIRA uses source
        routing in R²/Kad and PathID-based forwarding in its
        forwarding tier, it can easily support multi-path routing and
        keeping backup paths for fast failover reactions.
      </t>

      <t>
        KIRA uses a mixture of reactive and periodic mechanisms to
        cope with link and node failures. Error messages that indicate
        failed links usually trigger routing updates and a path
        rediscovery procedure. However, routing updates are not
        flooded to all KIRA nodes, so some nodes may still have
        obsolete path information. These inconsistencies will be
        detected either when using the obsolete path to a contact
        (triggering an error message from the node before the broken
        link) or by a maintenance procedure that is carried out
        periodically. These periodic maintenance procedures test the
        validity of the currently known paths and may also trigger a
        rediscovery procedure to find alternative paths.
      </t>
      
      <t>
        Moreover, KIRA also possesses a specific end-system mode,
        where KIRA nodes are part of the KIRA network, but they are
        not exchanging routing information and are not forwarding
        packets for other KIRA nodes.
      </t>

      <t>
        Finally, KIRA also supports a domain concept. A KIRA node
        may be member of one or multiple domains. Unless configured
        otherwise, a KIRA node is member of the global domain with
        DomainID=0 by default. KIRA nodes keep their NodeID for
        all domains, the only difference is that routes are
        guaranteed to run inside a domain D in case source and
        destination node are both members of this domain D.
        This allows for using domains for administrative purposes
        (e.g., all KIRA nodes inside the same Autonomous System could
        be part of the same domain) or to use domains to build clusters
        of KIRA nodes that are grouped by closeness in the underlying
        network topology.
      </t>
    </section>

    <!-- Terminology
         NodeID
         KIRA Instance
    -->

      
    <!--  ########################################################## -->
    <section anchor="protocol-overview">
      <name>Protocol Operation</name>
      <!--  ################## -->
      <t>
        This section gives on overview of the main concepts with
        respect to the R²/Kad protocol operation. First KIRA's
        ID-wise addressing concept is introduced, then the routing
        table structure is presented. After that several procedures
        are described, beginning with node startup, vicinity discovery,
        and the join procedure to populate the routing table, followed
        by path discovery, overhearing and rediscovery mechanisms.
      </t>

      <section anchor="addressing">
        <name>Addressing, NodeIDs and the XOR Metric</name>
        <!--  ++++++++++++++++++++++++++++++++++++++ -->
        <t>
          Every KIRA instance uses a single NodeID as its address. The
          NodeID is taken from a larger unstructured address space
          [0..2^B-1] (typically B=112). KIRA uses the XOR (logical
          exclusive or) metric in this address space to define the
          distance between two NodeIDs X and Y (see also <xref
          target="Kademlia2002"/>). The distance function d(X,Y)= X
          XOR Y is interpreted as integer and fulfills all properties
          of a metric (d(X,Y)&gt;=0, and d(X,Y)=0 &lt;=&gt; X=Y;
          d(X,Y)=d(X,Y); as well as the triangle inequality
          d(X,Y)&lt;=d(X,Z)+d(Z,Y)). This distance function largely
          corresponds to a prefix bit distance metric d_p(X,Y) =
          B-lcp(X,Y), where lcp(X,Y) denotes the length longest common
          prefix in bits.  The XOR metric is finer than the d_p(X,Y)
          metric though, because when there are X,Y, and Z with
          d_p(X,Y)=d_p(Y,Z)=d_p(X,Z), the XOR metric can uniquely
          determine whether Y or Z are closer to X. More generally
          speaking, for a given distance d(X,Y)=d there exists exactly
          one Y so that d(X,Y)=d. This property is important since it
          allows to unambiguously determine which NodeID is ID-wise
          closer to a given other NodeID and it provides the basis for
          KIRA's loop-freedom. Note that the ID space with this metric
          is not cyclic (i.e., a node with a very small NodeID is not
          close to a node with a very large NodeID).
        </t>

        <t>
          The XOR metric defines an overlay structure across all KIRA
          nodes in the ID space: KIRA nodes establish logical
          connections with their ID-wise closest overlay neighbors
          (which are typically different from the physical neighbors)
          with respect to the XOR metric as distance metric, i.e., the
          ID-wise closer neighbors have a smaller distance according to
          XOR. KIRA uses this metric to determine the next KIRA node
          that a KIRA message is forwarded to in order to reach a
          certain destination NodeID. R²/Kad messages are forwarded by
          using source routing between overlay hops.
        </t>

        <t>
          In addition to NodeIDs, KIRA can use any ID from the ID
          space as destination address. Typically, names of objects
          can be hashed to result in a key value, which is called
          Resource ID. In this case, the ID-wise closest KIRA node
          will be found as responsible node for storing a value (or a
          referral) for this key. This makes it possible to provide an
          integrated DHT for name-to-NodeID registration and lookup.
        </t>
      </section>

      <section anchor="nodeid-creation">
        <name>NodeID Creation</name>
        <!--  +++++++++++++++ -->
        <t>
          NodeIDs are randomly generated and are taken from a 112 bit
          address space. Future versions of this specification will
          detail an algorithm to create self-certifying NodeIDs as
          using certain hash functions from a public key. NodeIDs are
          unique with high probability. However, in case two nodes
          possess the same NodeID, protocol mechanisms can be used to
          detect this situation and the conflict can be resolved by
          letting one side generate a new NodeID.  Depending on a KIRA
          node's capabilities, NodeIDs (together with other protocol
          parameters) may be stored in non-volatile memory so that
          nodes keep their NodeID even after restart. Other KIRA nodes
          may choose to generate a new NodeID on every restart.
        <!-- TBD NodeID creation from public keys -->
        </t>
      </section>

      
      <section anchor="routing-table">
         <name>Routing Table</name>
         <!--  +++++++++++++ -->
         <t>
           The entries in the routing table (RT) are called
           'contacts'.  Contact data contains the NodeID of the
           contact as well a set of discovered paths that lead to this
           contact (besides other node state and attributes). A path
           to a contact is stored as path vector that contains a
           complete sequence of NodeIDs, which can be traversed to
           reach the contact. Except for contacts in its routing
           table, a KIRA node does not know paths to other
           destinations, but they can be discovered by using a
           recursive overlay routing strategy: a KIRA node source
           routes a packet to the contact (using the known path) that
           is the ID-wise closest to the destination ID according to
           its routing table. The next overlay hop performs the same
           action until the destination node is reached. After the
           initial discovery phase, only PNs and some contacts from
           the 3-hop physical neighborhood are stored in the routing
           table.
         </t>

         <t>
           R²/Kad's efficiency and flexibility is closely related to
           its routing table. It is structured as tree of k-buckets as
           in <xref target='Kademlia2002'/>.  A k-bucket in the
           routing table contains a list of (at most) k contacts in
           distance between 2^i and 2^{i+1} (i.e., the bucket's range,
           where 0&lt;=i&lt;112) from this node. Usually, k>=20 is
           constant and the same for all buckets and nodes, but it can
           also be varied per node (k=40 is <bcp14>RECOMMENDED</bcp14>
           as default for R²/Kad).  Buckets at deeper levels share
           more prefix bits with the node's own ID, however, buckets
           for small values of i are generally empty as no appropriate
           nodes exist in this address space. Thus, the highest bucket
           (depth 1) contains contacts from half of the ID space whose
           highest NodeID bit differs from the node's ID, whereas the
           deepest buckets contain all nodes that are ID-wise closest
           to the node (i.e., the ID-wise closest overlay neighbors).
         </t>

         <t>
           If KIRA node X learns a new contact Y, it puts it into the
           corresponding k-bucket b_l in case it still has capacity
           left. The bucket index l is determined by calculating the common
           prefix length between X and Y (number of high-order zero bits of
           d(X,Y)).  If the bucket contains k entries already, it is split
           into two new buckets (and the contained entries moved to them
           accordingly) in case X falls into the bucket's range. Otherwise,
           a selection algorithm determines whether the new contact should
           replace an existing entry in this bucket.  In our case we use
           Proximity Neighbor Selection (PNS) so that contacts with shorter
           path lengths are preferred. In case path lengths are equal,
           nodes with a higher degree are preferred as this results in
           shorter paths.  An additional mechanism for path selection
           improves path diversity and prevents route flapping: in case an
           alternative path of equal length has been discovered for an
           already known contact, this path replaces the previous path only
           if the hash sum of the path elements is closer to the node's own
           NodeID. Due to the uniqueness property of the XOR metric, the
           path selection will always unambiguously converge to a unique
           path.  Physical neighbors are kept in special buckets that have
           no capacity limit, i.e., they will never be preempted. In
           general, routing also works without this PN buckets extension of
           <xref target='Kademlia2002'/>, but the resulting stretch will be
           slightly higher.
         </t>

         <t>
           X identifies its closest known contact in its RT by locating the
           k-bucket that corresponds to the longest matching prefix of
           destination Z with its own NodeID X by using d(X,Z).  It
           then selects a contact with the shortest path vector from within
           the bucket; this is called Proximity Routing (PR).  The
           XOR metric is used to uniquely select the closest contact if all
           paths have equal length or if no prefix-wise progress can be
           made by the bucket (e.g., it is the deepest bucket).
         </t>

         <!-- TBD: describe contacts and their state etc. -->
      </section>

      <section anchor="startup">
        <name>Node Startup and Vicinity Discovery</name>
        <!--  +++++++++++++++++++++++++++++++++++ -->
        
        <t>
          KIRA nodes generate their NodeID first (see <xref
          target="nodeid-creation"/>).  After that they start an
          initial discovery phase to explore their physical
          vicinity. After that, a join procedure and continuous
          discovery are periodically repeated. To let the node stay
          connected to its overlay and to improve the quality of
          discovered routes.
        </t>
        
        <t>
         In its initial discovery phase, a KIRA node discovers its
         physical adjacencies, i.e., its physical neighbors (PNs) that
         can be directly reached via link-local communication on one
         of their network interfaces.  KIRA nodes periodically send
         PNHello messages to a well-known link local multicast address
         ALL-KIRA-NODES, and receiving nodes may reply with a
         PNDiscoveryReq to set up an adjacency. This PNDiscoveryReq
         <bcp14>MUST</bcp14> be answered by a PNDiscoveryRsp to
         establish an adjacency.  The protocol exchange ensures that
         bidirectional communication is possible between directly
         adjacent nodes. PNs may be put into the <em>PNTable</em>
         either after receiving a PNDiscoveryReq as answer to a
         transmitted PNHello or after receiving a PNDiscoveryRsp as
         answer to a transmitted PNDiscoveryReq. The PNTable contains
         a mapping from NodeID to the link local unicast address of
         the PN. This address is either taken from the source address
         of the PNDiscoveryReq or the PNDiscoveryRsp
         respectively.
        </t>
        
        <t>
          KIRA nodes also discover all nodes in their 3-hop physical
          neighborhood to populate their routing table, but the 2-hop
          vicinity is fully stored in a local graph structure. The
          latter is used to precompute PathIDs for the 2-hop
          vicinity. PNDiscoveryReq and PNDiscoveryRsp messages contain
          a list of physical neighbors so that all PNs of PNs will be
          learned, i.e., the 2-hop vicinity. Additionally, all nodes
          in the 2-hop vicinity are queried for their PNs by using a
          QueryRouteReq.  QueryRouteReq/QueryRouteRsp messages are
          used to get PNs or RTable objects from nodes in the
          vicinity. Depending on their NodeID, nodes from the 3-hop
          vicinity will be stored as contacts into the routing table.
        </t>

        <t>
          A KIRA node continues to populate its routing table by
          sending FindNodeReq messages to certain nodes and also to
          randomly chosen destinations (i.e., a randomly chosen ID
          from the NodeID space, a KIRA node does not need to exist
          for the chosen ID, the FindNodeReq will simply end at the
          KIRA node that is ID-wise closest to the destination ID).
          FindNodeRsp messages return a set of contacts that are
          ID-wise closest to the destination NodeID from the viewpoint
          of the responding KIRA node. The returned information is
          analyzed whether it can improve the local routing table,
          e.g., new and 'better' contacts or 'better' paths to already
          known contacts.
        </t>
      </section>

      <section anchor="join-procedure">
        <name>Join Procedure</name>
        <!--  ++++++++++++++ -->
        <t>
          As result of the vicinity discovery, all PNs of X and some
          nodes within its 3-hop radius will populate X’s RT.
          However, in order to get network connectivity and to
          contribute to connectivity, the node needs to find its
          ID-wise closest overlay neighbors and make itself known to
          them. Thus, to join the network KIRA node X simply
          "searches" for the k closest nodes to its own NodeID: X
          sends a FindNodeReq for its own NodeID X and the closest
          neighbor replies with FindNodeRsp. This is repeated with
          a limited exponential backoff in order to detect or heal any
          network partitioning. In case node X finds itself in
          situations where it needs to respond with "Dead End" Error
          messages to FindNodeReqs, it resets the backoff timer
          again, because it may be a hint for network partitioning or
          other inconsistencies.  In order to let a joining node X
          quickly learn all existing ID-wise closest overlay
          neighbors, X sends a QueryRouteReq to every newly learned
          contact that enters X’s currently deepest k-bucket. The
          queried contact replies with a QueryRouteRsp returning
          its RT entries for the k closest contacts to node X. The
          so returned contacts will very likely also fall into X’s
          deepest bucket, possibly leading to a further split of its
          deepest bucket. Therefore, X will quickly populate its set
          of ID-wise closest overlay neighbors, which are needed for
          consistent overlay connectivity.
        </t>
      </section>

      <section anchor="path-discovery">
        <name>Path Discovery</name>
        <!--  ++++++++++++++ -->
        <t>
          Consider the exemplary topology in <xref target="example-topo"/>.
          Assume node X needs to send a message to node Z.  In case Z
          is a known contact of X, a path vector is stored already in
          the routing table that can be used for strict source routing
          in order to reach Z. Otherwise, a path to Z must be
          discovered using ID-based overlay routing. R²/Kad uses a
          recursive version of Kademlia (hence its name Routing with
          Recursive Kademlia – R²/Kad). The Path Discovery procedure
          uses a request/response message pair,
          FindNodeReq/FindNodeRsp.  In this example, assume that X
          identifies its contact Y (learned from PN A) as next
          (ID-wise closest) overlay hop toward Z. In order to discover
          a path to Z, X creates a FindNodeReq message that
          contains destination NodeID Z and source route r=⟨X, A, Y⟩
          using path vector ⟨A⟩ of contact Y. The FindNodeReq
          is forwarded along r (strict source route). Message
          forwarding between overlay neighbors requires source
          routing, because the path in the underlay may lead via nodes
          that are (ID-wise) further away from the destination (e.g.,
          Y routes via ⟨A, Q, M⟩ to Z in <xref target="example-topo"/>): using the ID-based
          overlay routing scheme on a hop-by-hop basis (i.e., between
          directly adjacent nodes in the underlay) would inevitably
          lead to forwarding loops in most cases.
        </t>
        <figure anchor="example-topo">
          <name>An exemplary topology. Letters resemble
          NodeIDs. Letters closer in the alphabet have smaller
          distance in ID space.</name>
        <artwork type="ascii-art" align="left">
                Y
               /
           X--A--Q--M--Z
            \      /
             B----/
        </artwork>
        </figure>

        <t>
          When the FindNodeReq arrives at Y, the same procedure is
          repeated (since it is a recursive variant of Kademlia).
          Node Y tries to find a contact closer to Z than Y itself.
          If this contact exists, source route r is appended by the
          corresponding path vector and the FindNodeReq is forwarded
          to this contact. In the given example of <xref
          target="example-topo"/>), we assume that Y knows Z as its
          contact with path vector ⟨A, Q, M⟩. It extends source route
          r of the FindNodeReq by ⟨A, Q, M, Z⟩ and forwards it to A as
          next hop in the source route. If routing information has
          been converged, this ID-based routing scheme guarantees
          progress in the ID space <xref target='Kademlia2002'/>
          during forwarding and eventually finds node Z.</t>

        <t>
          The destination node Z responds with a FindNodeRsp message
          along the reversed source path with any cycles removed
          (⟨Z, M, Q, A, X⟩). Due to XOR’s symmetry, the responding node Z
          also learns the new contact X as neighbor.  The FindNodeRsp
          returned to X not only provides a path to Z, but also a list
          of k closest contacts to Z together with their path
          vectors. This list is used to improve X’s routing table.
        </t>

        <t>
          In case that the FindNodeReq arrives at Y and it cannot find
          a contact closer to Z, the FindNodeReq is terminated at Y
          and a response is sent back depending on the "ExactFlag"
          <xref target="flags"/> in the FindNodeReq. If the ExactFlag
          was not set, Y sends a FindNodeRsp back to originator X that
          contains an RT excerpt of Y’s (at most) k closest contacts
          to Z in a so called RTable object. This enables finding the
          responsible node for a destination ID Z if used as object
          key. The latter allows for so called key-based routing that
          is used to realize DHTs. If exact was set, X assumed that a
          node with ID Z must exist, but the current node is the
          ID-wise closest node to Z and does not know Z as
          contact. Consequently, the node cannot forward the
          FindNodeReq closer to Z and returns a "Dead End" Error
          message (which may happen occasionally during convergence).
          In case source route r contains a broken link or unreachable
          node, a "Segment Failure" Error message will be sent back
          to X along the reversed source route.
        </t>
      </section>

      <section>
        <name>Overhearing of R²/Kad Messages</name>
        <!--  ++++++++++++++++++++++++++++++ -->
        <t>
          KIRA nodes use overhearing mechanisms for R²/Kad
          messages. This is an important mechanism for KIRA to learn
          new contacts and better or improved paths.
        </t>
        
        <t>
          Nodes that forward R²/Kad messages <bcp14>SHOULD</bcp14> use
          the contained source route to improve their own routing
          information: they may learn new contacts or shortcut routes
          to known contacts. However, only the so far traversed path
          is considered as it can be assumed that all traversed links
          worked recently. Additionally, NotViaList information (see <xref
          target="notvialist"/>) is used to invalidate contacts that
          have an active path vector containing a link from the
          NotViaList.
        </t>
        
        <t>
         The source routing path of incoming requests and responses is
         also considered for improving the RT. Some messages like
         FindNodeRsp, QueryRouteRsp or UpdateRouteReq contain RTable
         objects that are evaluated likewise.
        </t>

        <t>
          Bypassing QueryRouteRsp messages contain RTable objects (as
          requested by QueryRouteReq) and are inspected for
          interesting contacts and paths.
        </t>
      </section>

      <section anchor="path-probing">
        <name>Periodic Path Probing</name>
        <!--  +++++++++++++++++++++ -->
        <t>
          <em>Periodic Path Probing</em> aims at reliably detecting
          any RT inconsistencies (e.g., seemingly valid contacts with
          paths that contain recently failed links). Each node
          periodically checks the path validity for all of its
          contacts by sending a ProbeReq message to them. ID-wise
          closest neighbors are probed more often than other contacts
          and those recently contacted (≤ 2s) are not probed. In case
          a path has a link or node failure, the ProbeReq will elicit
          a "Segment Failure" Error message from an intermediate node
          along the broken path, notifying about the failed link. The
          contact’s state will be set to <em>invalid</em> and a
          rediscovery process is scheduled (see <xref
          target="path-rediscovery"/>).
        </t>
      </section>
      
      <section anchor="dynamics">
        <name>Dynamics: Recovery from Failures</name>
        <!--  ++++++++++++++++++++++++++++++++ -->

        <t>
          In order to improve R²/Kad’s robustness against link or node
          failures we introduce a recovery procedure that notifies
          about failures and actively tries to find alternative paths
          that route around the failure. This procedure is highly
          robust and achieves a fast convergence. R²/Kad nodes detect
          link and node failures of PNs by link layer notifications,
          missing PNHello or PNDiscoveryRsp messages as well as "Segment
          Failure" errors anytime during forwarding along source
          routes. To recover from such failures, R²/Kad’s recovery
          procedure uses the following mechanisms:
        </t>
        <ul>
          <li>
            Notify own nearest overlay neighbors about failed links or
            unreachable nodes ("bad news") by sending UpdateRouteReqs
            via a non-impacted physical link.
          </li>
          <li>
            Rediscover a feasible alternative route to the affected
            node using FindNodeReqs. These carry NotViaList information
            about failed links that must not be considered for
            routing.  Rediscovery is not performed for nodes that lost
            their only link, which can be deduced by the node’s degree
            information that is conveyed in R²/Kad messages.
          </li>
          <li>
            Per contact <em>state sequence numbers</em> avoid using
            obsolete information for path rediscovery. Additionally,
            an <em>aging</em> mechanism is used to avoid
            dissemination of obsolete routing information. It uses
            time periods to assess the currentness of the related
            path.
          </li>
          <li>
            Overhearing of NotViaList information and UpdateRouteReqs
            about failed links during forwarding R²/Kad messages
            informs nodes about failed links, which initiates a path
            rediscovery. Overhearing is also used to update obsolete
            path information.
          </li>
          <li>
            When an alternative path has been found for a prior
            affected contact or a link comes back up again, an
            UpdateRouteReq is sent to own ID-wise closest overlay
            neighbors for disseminating the "good news".
          </li>
        </ul>
        <t>The ID-based overlay routing scheme is used for rediscovery
        of a route, because NodeIDs are randomly distributed all over
        the underlying topology. Therefore, a rediscovery uses
        different paths that are likely not affected by the
        failure. However, if overlay nodes still have obsolete routing
        information, i.e., they would normally route via the failed
        link, they can detect the need to update their routes as well
        by seeing the more current NotViaList information.
        </t>
        
        <section anchor="path-rediscovery">
          <name>Path Rediscovery</name>
          <!--  ++++++++++++++++ -->

          <t>A node X that detects its PN B (cf. <xref target="example-topo"/>)
          or the corresponding link ⟨X, B⟩ has failed, reacts as follows
          (unless isolated by that failure):
          </t>
          <ol>
            <li>Set the state of the corresponding contact to <em>invalid</em>
            (in <xref target="example-topo"/> contact B). Invalid
            contacts will temporarily not be considered for routing.
            </li>
            <li>
              Set the state of all contacts whose paths contain the
              failed link ⟨X, B⟩ to invalid (in <xref target="example-topo"/>
              contact Z with ⟨B, M, Z⟩ becomes invalid).
            </li>
            <li>
              Send UpdateRouteReq messages indicating the failure to
              four of its ID-wise nearest neighbors (e.g., Y and Z in
              <xref target="example-topo"/>) via non-affected contacts.
              The UpdateRouteReq will also carry a NotViaList that contains
              ⟨X, B⟩.
            </li>
            <li>
              Trigger a rediscovery process (described below) for B
              (sets state to rediscovery) and for other invalid
              contacts.
            </li>
            <li>
              If the rediscovery process is successful for a contact,
              its state is set to <em>valid</em> and UpdateRouteReq
              messages are sent to notify ID-wise closest neighbors
              about the change.
            </li>
          </ol>
          <t>
            Since UpdateRouteReqs have notification character only,
            they do not create any responses (even no error messages
            if dropped).  The rediscovery process simply sends a
            FindNodeReq for all invalid contacts (all invalid contacts
            will be ignored in finding the next hop). This FindNodeReq
            for rediscovery (also denoted as rediscovery message)
            contains a set ExactFlag and the failed link ⟨X, B⟩ as
            additional NotViaList information. It is sent to X’s
            currently known ID-wise closest neighbors of the invalid
            contact (e.g., A in the example), which will then try to
            forward the FindNodeReq further toward the failed
            contact. The NotViaList information avoids that nodes use
            obsolete routing information when forwarding the
            rediscovery message, i.e., paths that contain the failed
            link will not be used for forwarding. Node A may not have
            heard yet about the broken link and thus will invalidate
            contact B if its prior preferred path is via ⟨X, B⟩.  In
            order to ensure that only current NotViaList information
            is considered, every link contained in the NotViaList is
            also accompanied by a related age value ∆T, specifying in
            milliseconds how long ago the sender heard about the
            failed link. In case a FindNodeRsp is returned by B, a
            valid path has been discovered and the contact’s state is
            set to valid (triggering subsequent UpdateRouteReqs with
            the new path as mentioned before).
          </t>
          <t>
            Nodes receiving UpdateRouteReqs or FindNodeReqs containing
            the failed link also set their corresponding affected
            contacts to invalid and trigger a rediscovery process of
            the routes (like Z in the example). The actual rediscovery
            messages are sent after different randomly chosen waiting
            times from an interval [0.5t_p, 1.5t_p]. The mean value
            t_p is set as follows: for invalidated PNs 100ms, affected
            ID-wise near contacts (in the deepest buckets) 500ms, for
            contacts affected by the failure of a link to a PN 1s and
            for all other affected contacts 2s.  Rediscovery messages
            are sent simultaneously to two different (overlay)
            neighbors of the affected contact at a time, until k
            neighbors have been tried unsuccessfully to rediscover a
            path to the currently invalid contact. In the latter case,
            a new round of rediscovery attempts will be initiated with
            exponential backoff until a certain limit of retry rounds
            (default: 6) have been made without any success, after
            which the contact will be deleted. Although there is no
            guarantee that a viable alternative route can be found,
            our simulation results show that connectivity is very
            quickly restored after a failure even in drastic failure
            scenarios (i.e., where a larger part of links, such as
            15%, fail simultaneously and randomly).
          </t>
          <t>
            Node B at the other end of the failed link ⟨X, B⟩ also
            tries to rediscover X and thus sends an UpdateRouteReq to
            its ID-wise closest overlay neighbors (e.g., A). Thereby,
            it may inform A as well as X about a new alternative route
            via M.
          </t>
        </section>

        <section>
          <name>Ensuring Routing Information Validity</name>
          <t>R²/Kad uses state sequence numbers and aging to prevent
          obsolete routing information from spreading or settling.
          Messages carry routing information in an RTable object that
          contains a list of contacts n_j , and for each contact n_j
          the corresponding path vector p_j leading from the reporting
          node to the contact, its state sequence number s_j and the
          age ∆T_j of this information. The currentness of contact
          information can always be assessed by s_j. However, s_j
          alone does not suffice to assess the currentness of the
          associated path to this contact as intermediate links may
          have been failed/repaired.  Therefore, each reported path,
          as well as NotVia links, carry an associated age value ∆T_j
          ≥ 0 that corresponds to the time period when the path
          information was updated last at the originating node. This
          avoids spreading and wrongfully accepting obsolete routing
          information. The age for physical links of a node is always
          0ms, because related information is always current at this
          node. A node simply sets a "last modification" timestamp t_j
          for the contact n_j to t_j := t_now − ∆T_j and reports n_j’s
          age as t_now-t_j in messages with RTable objects (e.g.,
          UpdateRouteReq, FindNodeRsp, QueryRouteRsp). A contact’s
          timestamp t_j is also updated by messages that allow to
          infer that the traversed path is current, e.g., incoming
          ProbeReq, ProbeRsp , FindnodeRsp, QueryRouteReq, and
          QueryRouteRsp messages. A path is updated only if the
          contact’s state sequence number is larger than the prior
          known sequence number for this contact, or, in case of equal
          sequence numbers, the received path information must be more
          recent when comparing their age values. Since age values are
          relative, they can be compared even if they stem from
          different nodes, i.e., synchronized clocks are not required.
          </t>

          <t>The previously described mechanisms cannot guarantee
          notification of all affected nodes about link failures in
          their path vectors. In order to reliably detect such
          inconsistencies, each node periodically probes the paths to
          all its contacts as described in <xref
          target="path-probing"/>.  Nevertheless, if a node tries to
          use an obsolete path with a failed link, a viable path will
          be rediscovered immediately after receipt of the Error
          message from the node before the broken link.
          </t>
        </section>
      </section>
      
      <section anchor="fast-forwarding">
        <name>Fast Forwarding of CP Traffic</name>
        <!--  +++++++++++++++++++++++++++++ -->
        
        <t>
          A potential drawback of R²/Kad is its use of source routing
          to forward between two overlay hops. Handling a (potentially
          long) list of source routing hops is currently not as
          efficiently realized as regular destination-based routing.
          Moreover, source routing increases per-packet overhead. To
          forward data packets more efficiently, the Forwarding Tier
          (see <xref target="fig-KIRA-architecture"/>) leverages an
          approach similar to label switching, whereas the Routing Tier
          still uses source routing for R²/Kad messages to remove
          cycles, detect shortcuts, and so on. Every source routing path
          (that consists of NodeIDs) to a contact is represented by up
          to two PathIDs that correspond to <em>path segments</em>.  A
          PathID is a hash value of all NodeIDs along the corresponding
          path segment, e.g., PathID(⟨A, Q, M, Z⟩)=H(A|Q|M|Z). It serves
          as unique label for the path segment. The uniqueness is an
          important distinction from common label switching approaches
          where nodes assign labels of node local scope. It enables KIRA
          nodes to distributedly compute a set of PathIDs in advance.
          This avoids explicit path setup signaling for PathID
          installation in many cases. Only for paths longer than 5 hops
          PathID mappings have to be installed in some intermediate
          nodes.  Another feature of PathIDs is their automatic
          aggregation toward a sink, i.e., paths that merge in a certain
          node and use the same residual path to a destination use the
          same PathID. The Forwarding Tier uses IPv6 GRE <xref
          target="RFC7676"/> to carry PathIDs in addition to source and
          destination NodeIDs (other encapsulation methods, e.g., using
          segment routing <xref target="RFC8754"/> are possible and can
          be defined later).
        </t>

        <t>
          In detail, KIRA implements fast forwarding as follows:
        </t>

        <ul>
          <li>
            All paths of length ≤2 for a node’s full 2-hop vicinity
            are discovered (as described in <xref target="startup"/>)
            and are then used for the precomputation of incoming and
            outgoing PathIDs, i.e., irrespective of their actual use.
            Longer paths to contacts are split into two path segments
            as follows: paths of lengths 4 and 5 hops have a second
            segment of 2 hops length and a first segment of length 2
            or 3 hops respectively. Paths of length L≥6 hops have a
            second segment of 3 hops and a first segment of variable
            length L-3.
          </li>
          
          <li>
            The node creates forwarding table entries in the form of
            Incoming PathID -&gt; (Outgoing PathID, Next Hop). The
            source route for the incoming PathID includes the own
            NodeID, whereas it is stripped off for computing the
            outgoing PathID.  When forwarding to the last node of a
            path segment, the outgoing PathID is omitted.
          </li>
          
          <li>
            A node that wants to send a data packet (see example in
            <xref target="fig-path-ID"/>), sets the outgoing PathIDs
            of the source route path segments as destination addresses
            of the outer encapsulation headers (X uses H(A|Q|M|Z) as
            first segment and H(Z|C|E|T) as second segment in <xref
            target="fig-path-ID"/>) and sends it to its PN. Source
            routes of less than 4 hops in length require only one
            PathID, the other two PathIDs. The source address of the
            outer header is set to the sender’s NodeID so that errors
            can be reported back. The destination address of the inner
            most header is the destination NodeID.
          </li>
          
          <li>
            A node that receives a packet containing an incoming
            PathID tries to match it in its forwarding table. If it
            finds an entry, it rewrites the PathID with an outgoing
            PathID or removes the outermost PathID header in case the
            path segment ends at the next node. Including the own
            NodeID into the incoming PathID has the advantage of being
            more resilient against misrouted packets. If no entry is
            found, a corresponding Error is sent back, indicating a
            temporary inconsistency.
          </li>
        </ul>
        
      <figure anchor="fig-path-ID">
        <name>Example for a path of seven hops between X and contact
        T.  X wants to send a packet to NodeID S and uses the path to
        its closest known contact T . The annotations above and below
        the arrows indicate up to three different packet headers with
        [source, destination] pairs, where 1. indicates the topmost
        header. X uses a PathID H(A|Q|M |Z) for the first segment and
        H(Z|C|E|T ) for the second segment. Only node A must install a
        mapping H(A|Q|M|Z)-> H(Q|M|Z) and node Z must install mapping
        H(Z|C|E|T)-> H(C|E|T), all other mappings are
        precomputed.</name>
        <artwork type="ascii-art">
            1.[X,H(Q|M|Z)]
            2.[X,H(Z|C|E|T)]   1.[X,H(Z|C|E|T)]
            3.[X,S]            2.[X,S]
                  |            |          1.[X,H(E|T)]
                  |            |          2.[X,S]
                  |            |          |
          X --> A --> Q --> M --> Z --> C --> E --> T
            |            |          |           |
            |            |          |           1.[X,S]
            |            |          1.[X,H(C|E|T)]
            |            |          2.[X,S]
            |            1.[X,H(M|Z)]
            |            2.[X,H(Z|C|E|T)]
            |            3.[X,S]
            |
            1.[X,H(A|Q|M|Z)]
            2.[X,H(Z|C|E|T)]
            3.[X,S]
        </artwork>
      </figure>

      <t>
        Each node computes all PathIDs for its 2-hop vicinity to
        avoid path setup signaling, because it allows all nodes to
        assume that PathIDs exist for all source paths of length ≤3
        hops. PathID precomputation for the full 2-hop vicinity
        provides a good trade-off between the number of a priori
        computed PathIDs and required path setup
        signaling. Intermediate nodes along a source route may not
        have computed the necessary PathIDs for others. Nodes
        explicitly setup paths via PathSetupReq only for paths >5
        hops. In the example of <xref target="fig-path-ID"/>, only
        nodes A and Z must install additional forwarding states when
        receiving a PathSetupReq, because all other nodes have
        precomputed the PathIDs already. The PathSetupReq is answered
        with a PathSetupRsp by the node that marks the beginning of
        the second path segment. The forwarding states are implemented
        by soft states: contact probing also refreshes any required
        PathIDs in the intermediate nodes and so called "foreign"
        entries (i.e., those that are neither locally used nor
        precomputed) are deleted after three refresh intervals have
        passed without any refresh.
      </t>
        
      <t>
        The routing information from the Routing Tier is used by the
        Forwarding Tier to generate two forwarding tables inside
        each node: one based on the calculated PathIDs and one based
        on NodeIDs (generated from RT). One can employ common
        longest prefix matching for both tables. For NodeIDs the
        matching prefix length corresponds to the bucket
        depth. Thus, required prefix length is typically much
        shorter than the full length of the NodeIDs. The PathID
        forwarding table size comprises at least all stored
        contacts, but it is usually larger due to the number of
        precomputed and foreign entries.
      </t>
    </section>

    <section>
      <name>Endsystem Mode</name>
      <t>This will be specified in future versions of this draft.</t>
    </section>
  </section>


    <!-- The XOR metric is unique in the
      sense that there does not exist another NodeID Z (with
      Z being different from X and Y)
      distance(X,Y) = distance(X,Z)
      or distance(X,Y) = distance(Y,Z). -->
      
    <!--  ########################################################## -->
    <section>
      <name>Protocol Specification</name>
      <t>This section defines the message syntax and node behavior for the
      R²/Kad protocol.</t>

      <section>
        <name>Protocol Message Transport</name>
        <t>
          R²/Kad messages use the IPv6 packet format and are sent
          between KIRA nodes by using link-local addresses of the
          respective interfaces as source address and corresponding
          unicast or multicast addresses as destination address.
        </t>
      </section>

      <section>
        <name>Protocol Encoding</name>

        <t>
          An R²/Kad message <bcp14>MUST</bcp14> be sent in the body of
          an IPv6 UDP datagram, with network-layer hop count set to 1,
          destined to the well-known KIRA multicast address or to an
          IPv6 link-local unicast address.  Both the source and
          destination UDP port are set to a well-known port number. An
          R²/Kad packet <bcp14>MUST</bcp14> be silently ignored unless
          its source port and destination is the well-known R²/Kad
          port (to be allocated by IANA, use 19219 for
          experimentation).  It <bcp14>MAY</bcp14> be silently ignored
          if its destination address is a global IPv6 address.
        </t>


        <t>R²/Kad messages consist of a common header and an optional
        serious of type-length-value (TLV) encoded protocol objects.
        A single R²/Kad message is limited in its size by the maximum
        length of an IPv6 payload minus the UDP header size of 8 bytes,
        because IPv6 fragmentation can be used between two R²/Kad nodes.
        Larger message payloads can be transferred by using R²/Kad fragmentation.
        </t>
        
        <t>
          R²/Kad messages use CBOR encoding <xref target="RFC8949"/>
          for the individual message fields. The lengths in the
          message specifications do not reflect the size after CBOR
          encoding on the wire. However, the final message after CBOR
          encoding must fit into the UDP payload (fragmentation of
          larger messages will be defined in later versions).
          <!-- TBD: fragmentation -->
        </t>
      </section>

      <section>
        <name>Protocol Message Notation</name>
        <t>
          Messages consisting of multiple fields or objects are
          denoted by their Message Name and the message content
          enclosed in { }. The specification (L) after a field name
          indicates the length in bits of the corresponding field,
          (..) denotes a variable length. Optional fields are enclosed
          in [ ].  Optional repetitions of field or objects are
          denoted by ...  after the field.  Specific types are
          separated by a : after the message field name, e.g., enum is
          the typical enumeration type, bitfield is a bitfield
          specification where the assigned value denotes the number of
          the corresponding bit.
        </t>
      </section>

      <section>
        <name>R²/Kad Message Format</name>
        <t>The overall message format consists of a common header that MUST be
        present in every message and a sequence of optional protocol objects
        that immediately follow the common header.
        </t>
        <figure anchor="fig-r2kad-message">
          <name>Basic R²/Kad Message Format</name>
          <artwork name="" type="" align="left">
            R²/Kad Message {
              Common Message Header,
              [Protocol Object ...]
            }
          </artwork>
        </figure>

      <section>
        <name>Common Message Header</name>
        <t>
          The common message header has a fixed size and is present in every R²/Kad message.
        </t>
        <figure anchor="fig-common-header">
          <name>Common Header Format</name>
          <artwork name="" type="" align="left">
            Common Message Header {
              Version (8),
              Message Type (8),
              Flags (8),
              Message Length (16),
              Destination ID (112),
              Source NodeID (112),
              DomainID (64),
              MessageID (64),
              State Sequence Number (16),
              Source Node Degree (16)
            }
          </artwork>
          </figure>

          <dl> <!-- https://authors.ietf.org/en/rfcxml-vocabulary#newline -->
              <!-- Omit newline="true" if you want each definition to start on the same line as the corresponding term -->
              <dt>Version:</dt>
              <dd>Version is set to 0 for this specification.</dd>
              
              <dt>Message Type:</dt>
              <dd>
                <t>This field indicates the message type. Requests are
                odd numbers, Responses or Indications are even
                numbers.</t>
                <artwork type="ascii-art" align="left">
                  Message Type : enum {
                    PNHello          = 0x01,
                    PNDiscoveryReq   = 0x03,
                    PNDiscoveryRsp   = 0x04,
                    FindNodeReq      = 0x09,
                    FindNodeRsp      = 0x0a,
                    QueryRouteReq    = 0x0b,
                    QueryRouteRsp    = 0x0c,
                    UpdateRouteReq   = 0x11,
                    ProbeReq         = 0x21,
                    ProbeRsp         = 0x22,
                    Error            = 0x70,
                    PathSetupReq     = 0x81,
                    PathSetupRsp     = 0x82,
                    PathTearDownReq  = 0x83,
                    PathTearDownRsp  = 0x84
                  }
                </artwork>
              </dd>
              
              <dt anchor="flags">Flags:</dt>
              <dd>
                <artwork type="ascii-art" align="left">
                  Flags : bitfield {
                   ExactFlag      = 0,
                   EndSystemFlag  = 1,
                   Reserved       = 2..13,
                   DiagnosticFlag = 14,
                   Reserved       = 15
                  }
                </artwork>
                <ul>
                  <li>
                    <em>ExactFlag</em> indicates whether the destination ID is
                    a NodeID and is assumed to exist. If set to 1, the
                    NodeID should exist, if set to 0, the node with
                    the closest NodeID will process the request.
                  </li>
                  
                  <li>
                    <em>DiagnosticFlag</em> triggers explicit Error
                    Messages instead of dropping messages
                    silently. This flag serves mainly debugging
                    purposes. Verbose Error Messages may be used for
                    amplification attacks. Therefore, a node may
                    decide to ignore this flag in case a sender sets
                    it too often.
                  </li>

                  <li>
                    The <em>EndSystemFlag</em> indicates that the
                    originating source node is an endsystem that does
                    not perform routing or forwarding.
                  </li>
                </ul>
              </dd>

              <dt>Message Length:</dt>
              <dd>
                This field specifies the length of the R²/Kad Message
                including the Common Message Header.
              </dd>

              <dt>Destination ID:</dt>
              <dd>
                The NodeID of the final destination or a Resource ID
                for a lookup to find the responsible node for this
                ID. The special value 0xffffffffffff denotes the
                "AllNodes ID" and is only allowed to be used in
                PNHello messages. The special value 0x0 is the
                "Unspecified ID".
              </dd>

              <dt>Source NodeID:</dt>
              <dd>
                The NodeID of the originating node that created the
                message. Intermediate and receiving nodes do not
                modify the Source NodeID.
              </dd>

              <dt>DomainID:</dt>
              <dd>
                The DomainID 0x0 is the global domain of all KIRA
                nodes. By default every KIRA node is part of this
                domain. Other domains will have to be configured by an
                administrator or are constructed by a distributed
                cluster algorithm.
              </dd>

              <dt>MessageID:</dt>
              <dd>The message ID is chosen randomly for each request
              message. It serves to uniquely map responses to related
              requests.</dd>

              <dt>State Sequence Number:</dt>
              <dd>
                This is the local state sequence number of the source
                node that originated the message. Within the node the
                sequence number is a global variable that changes with
                each physical neighbor state change. That means, each
                time a new physical neighbor is discovered or
                dismissed, the sequence number will be increased. 0 is
                an invalid sequence number and all state sequence
                numbers should start initially at 1. The sequence
                number space is only monotonically increasing, i.e.,
                comparisons should be done without modulo wrap-around
                arithmetic. The value 0xffffffff signals a sequence
                number reset, i.e., a node receiving a 0xffffffff must
                initiate a resynchronization with this node by sending
                a PNDiscoveryReq (for physical neighbors), QueryRouteReq or
                ProbeReq to the corresponding node.
              </dd>

              <dt>Source Node Degree:</dt>
              <dd>
                This number describes the number of active KIRA
                interfaces where the KIRA instance sends PNHello
                messages out and has discovered other KIRA nodes.
                Nodes that have more than 65535 interfaces simply use
                65535 as maximum number. The value 0 is not allowed,
                since at least one interface must be present to
                sent this message.
              </dd>
            </dl>
      </section>

      <section>
        <name>Protocol Objects</name>
        <t>
          Every Protocol Object starts with a common object header
          and has a specific content.
        </t>
          <figure anchor="fig-po-header">
          <name>Protocol Object Format</name>
          <artwork name="" type="" align="left" alt="">
            Protocol Object {
              Common Object Header (24),
              Object Contents (..)
            }
          </artwork>
          </figure>

        <section>
          <name>Common Object Header</name>
          <t>
            The common object header contains the type and the length of the
            following object. The Object Length excludes the Common Object
            Header, so a length of 0 indicates that no further object
            contents follows.
          </t>
          <figure anchor="fig-co-header">
              <name>Common Header Format</name>
              <artwork name="" type="" align="left" alt="">
                Common Object Header {
                  Object Type (8),
                  Object Length (16)
                }

                Object Type : enum {
                   Source Route Object        = 0x01,
                   NotViaList Object          = 0x02,
                   ContactList Object         = 0x03,
                   RTable Request Type Object = 0x04,
                   RTable Object              = 0x05,
                   RTable Update Info Object  = 0x06
                }
              </artwork>
          </figure>

          
        </section>

        <section>
          <name>Source Route Object</name>
          <t>
            This object contains a source route in form of a
            list of NodeIDs and an index that points to the current
            NodeID when receiving and to the next NodeID when sending
            a message.
            <!-- TBD: link disambiguation? Outgoing LocalLinkID
                 = 16 bit index prepended? Consider this also for PathID Calculcation! -->
          </t>
          <figure anchor="fig-sr-object">
              <name></name>
              <artwork name="" type="asci-art" align="left" alt="">
                Source Route Object {
                  Common Object Header,
                  Index (10),
                  NodeID (112) ...
                }
              </artwork>
        </figure>
        <t>
          In case Index points behind the end of the list of present
          NodeIDs, a parameter problem error message MAY be sent back
          to the previous hop.  Typically, when forwarding an R²/Kad
          message, the Index pointer is advanced to the next entry in
          the NodeID list. In case the last node of the list received
          this object and the final destination has not been reached,
          it will append a path to the existing list that leads to the
          next overlay hop.
        </t>
        
      </section>

      <section anchor="notvialist">
        <name>NotViaList Object</name>
        <artwork name="" type="asci-art" align="left" alt="">
          NotViaList Object {
             Common Object Header,
             Failed Link List : LinkListType ...
          }

          LinkListType = {
            NodeID_1 (112),
            NodeID_2 (112),
            AgeInfo (32)
          }
        </artwork>
        <t>
          A LinkList is a sequence of NodeID pairs plus the AgeInfo value.
          AgeInfo specifies the age of this information in milliseconds.
          <!-- TBD: larger values, stay at MAX_UINT32 -->
        </t>
      </section>

      <section anchor="contactlist">
        <name>ContactList Object</name>
        <artwork name="" type="asci-art" align="left" alt="">
          ContactList Object {
            Common Object Header,
            Contact List : Contact Entry Type ...
          }

          Contact Entry Type = {
            NodeID (112),
            StateSequenceNumber (16),
            AgeInfo (32),
            NodeDegree (16)
          }
        </artwork>
        <t>
          The list of contacts contains for each entry a NodeID, the corresponding
          known StateSequenceNumber, an AgeInfo that specifies how old the contact
          info is (time since last updated) and the known node degree.
        </t>
      </section>

      <section anchor="rtablerequesttype-object">
        <name>RTable Request Type Object</name>
        <artwork name="" type="asci-art" align="left" alt="">
          RTable Request Type Object {
            Common Object Header,
            RTable Request Type (8),
            Radius (8)
          }
          
          RTable Request Type : enum {
            None                    = 0x00,
            ContactsOnly            = 0x01,
            OverlayNeighbors        = 0x02,
            OverlayNeighborsSource  = 0x03,
            PNVicinity              = 0x04
          }     
        </artwork>
        <t>
          The following Request Types can be used: None will not
          return any Routing Table information. This is useful in case
          a FindNodeRsp should only report the source route
          back. ContactsOnly reports only contacts without their
          paths. OverlayNeighbors reports the ID-wise closest contacts
          to the destination ID of the FindNodeReq.
          OverlayNeighborsSource reports the ID-wise closest contacts
          to the source NodeID of the FindNodeReq. PNVicinity requests
          the physical neighbors within the given radius. Radius
          specifies the number of entries to be returned and
          <bcp14>SHOULD</bcp14> be set to the bucket size k by
          default. A value of 0xff means to return the full routing
          table (for any request type other than None).
        </t>
      </section>

      <section anchor="rtable-object">
        <name>RTable Object</name>
        <artwork name="" type="asci-art" align="left" alt="">
          RTable Object {
            Common Object Header
            RTableLength (16),
            RTableEntry : RTableEntryType ...
          }

          RTableEntryType = {
            NodeID (112),
            Path : PathVectorType (..),
            StateSequenceNumber (16),
            AgeInfo (32),
            NodeDegree (16),
            [NodeAttributes Object],
            [PathAttributes Object],
            [LinkAttributes Object] ...
          }

          PathVectorType = { PathLength (16), NodeID (112) ... }
        </artwork>
        <t>
          The RTable contains a list of routing table entries.  The
          list is preceded by RTableLength that provides the number
          of the following entries.  For each entry the NodeID of the
          contact is given, the path from the reporting node to the
          NodeID as sequence of NodeIDs as well as the corresponding
          known StateSequenceNumber, an AgeInfo that specifies how old
          the contact info is (time since last updated) and the known
          node degree. Optional attributes for the node, the path or
          individual links along the path follow. The PathVectorType
          is basically a counter that specifies the number of the
          following node IDs.
        </t>

        <section anchor="rtableupd-object">
        <name>RTable Update Info Object</name>
        <artwork name="" type="asci-art" align="left" alt="">
          RTable Update Info Object {
            Common Object Header
            RTableLength (16),
            RTableUpdateEntry : RTableUpdateEntryType ...
          }

          RTableUpdateEntryType = {
            NodeID (112),
            Path : PathVectorType (..),
            StateSequenceNumber (16),
            AgeInfo (32),
            NodeDegree (16),
            RouteUpdateAction (8),
            [NodeAttributes Object],
            [PathAttributes Object],
            [LinkAttributes Object] ...
          }

          RouteUpdateAction : enum {
            Announce    = 0x00,
            WithDraw    = 0x01,
            Change      = 0x02,
            Unreachable = 0x03
          }
        </artwork>
        <t>
          The RTable Update Info Object is similar to the RTable
          Object (<xref target="rtable-object"/>) contains a list of
          routing table entries with associated an update action.
          <em>Announce</em> means that the corresponding contact is a
          new entry in the routing table. <em>WithDraw</em> means that
          the contact has been deleted from the routing table.
          <em>Change</em> means that the path to the contact has been
          changed. <em>Unreachable</em> means that the contact is
          not reachable.
        </t>

        <!-- TBD -->
        <t>Note: further objects will be detailed in future
        versions of this draft</t>
      </section>

      <!--
          Objects:
          
          NodeAttribute (e.g., computational capacity, energy capacity, etc.)
          LinkAttribute (e.g., Link Weight, Data Rate)
          PathAttribute ()
          MsgSignature
      -->
      </section>

    </section> <!-- end R²/Kad Message Format -->

    <!--  ########################################################## -->
    <section>
      <name>R²/Kad Messages</name>
      <!--  ######################## -->
      <t>
        This sections describes the R²/Kad messages.
      </t>
      
      <section>
        <name>PNHello</name>
        <t>
          PNHello messages are periodically sent (randomized) to each
          interface to indicate presence of a KIRA node. Other nodes
          that want to establish an adjacency <bcp14>SHOULD</bcp14>
          respond with a PNDiscoveryReq after a randomized waiting
          time.  At node startup or when a new link comes up a
          PNHelloMinInterval of 200ms is used per link.  The sending
          interval for subsequent PNHello messages is doubled up to
          PNHelloMaxInterval of 30s. The sending interval is reset to
          PNHelloMinInterval for a link that comes up after it failed.
        </t>
        <figure anchor="fig-PNHello">
        <name>PNHello Message</name>
        <artwork name="" type="" align="left" alt="">
          PNHello {
            Common Header
          }
        </artwork>
        </figure>

      </section>


      <section>
        <name>PNDiscovery Request Message (PNDiscoveryReq)</name>
        <t>
          A PNDiscoveryReq is either sent as response to
	  a PNHello message or sent to test liveness of an already
	  known PN or to resynchronize state with a PN.
	  The sending node fills its currently known PNs into
	  the PNList on first contact or each time its state
	  sequence number has changed.
        </t>
          <figure anchor="fig-PNDiscoveryReq">
          <name>PNDiscovery Request Message</name>
          <artwork name="" type="" align="left" alt="">
            PNDiscovery Request Message {
               Common Header,
               [ PNList : ContactList ]
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>PNDiscovery Response Message (PNDiscoveryRsp)</name>
        <t>
          A PNDiscoveryRsp is sent as answer to a previous
          PNDiscoveryReq. The sending node fills its currently known
          PNs into the PNList on first contact or each time its state
          sequence number has changed.
        </t>
          <figure anchor="fig-PNDiscoveryRsp">
          <name>PNDiscovery Response Message</name>
          <artwork name="" type="" align="left" alt="">
            PNDiscovery Response Message {
               Common Header,
               [ PNList : ContactList ]
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>FindNode Request Message (FindNodeReq)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-FindNodeReq">
          <name>FindNode Request Message</name>
          <artwork name="" type="" align="left" alt="">
            FindNode Request Message {
               Common Header,
               Routing Table Request Type,
               Source Route Object,
               NotViaList Object
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>FindNode Response Message (FindNodeRsp)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-FindNodeRsp">
          <name>FindNode Response Message</name>
          <artwork name="" type="" align="left" alt="">
            FindNode Response Message {
               Common Header,
               Source Route Object,
               NotViaList Object,
               [RTable Object]
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>QueryRoute Request Message (QueryRouteReq)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-QueryRouteReq">
          <name>QueryRoute Request Message</name>
          <artwork name="" type="" align="left" alt="">
            QueryRoute Request Message {
               Common Header,
               Routing Table Request Type,
               Source Route Object,
               NotViaList Object
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>QueryRoute Response Message (QueryRouteRsp)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-QueryRouteRsp">
          <name>QueryRoute Response Message</name>
          <artwork name="" type="" align="left" alt="">
            QueryRoute Response Message {
               Common Header,
               Source Route Object,
               NotViaList Object,
               [RTable Object]
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>UpdateRoute Request Message (UpdateRouteReq)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-UpdateRouteReq">
          <name>UpdateRoute Request Message</name>
          <artwork name="" type="" align="left" alt="">
            UpdateRoute Request Message {
               Common Header,
               Source Route Object,
               NotViaList Object,
               RTable Update Info Object
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>Probe Request Message (ProbeReq)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-ProbeReq">
          <name>Probe Request Message</name>
          <artwork name="" type="" align="left" alt="">
            Probe Request Message {
               Common Header,
               Source Route Object
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>Probe Response Message (ProbeRsp)</name>
        <t>
          Detailed description TBD.
        </t>
        <figure anchor="fig-ProbeRsp">
          <name>Probe Response Message</name>
          <artwork name="" type="" align="left" alt="">
            Probe Response Message {
              Common Header,
              Source Route Object
            }
          </artwork>
        </figure>
      </section>

      <section>
        <name>Error Message (Error)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-Error">
          <name>Error Message</name>
          <artwork name="" type="" align="left" alt="">
            Error Message {
               Common Header,
               Source Route Object,
               Error Type (8),
               Additional Error Information (..)
            }

            Error Type : enum {
              NoError             = 0x00,
              NodeUnreachable     = 0x01,
              MalformedMessage    = 0x02,
              ParameterProblem    = 0x03,
              HopLimitExceeded    = 0x04,
              SegmentFailure      = 0x05,
              PathIDUnknown       = 0x06,
              RouteFailureDeadEnd = 0x0a
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>Path Setup Request Message (PathSetupReq)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-PathSetupReq">
          <name>Path Setup Request Message</name>
          <artwork name="" type="" align="left" alt="">
            Path Setup Request Message {
               Common Header,
               Source Route Object
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>Path Setup Response Message (PathSetupRsp)</name>
        <t>
          Detailed description TBD.
        </t>
        <figure anchor="fig-PathSetupRsp">
          <name>Path Setup Response Message</name>
          <artwork name="" type="" align="left" alt="">
            Path Setup Response Message {
              Common Header,
              Source Route Object
            }
          </artwork>
        </figure>
      </section>

      <section>
        <name>Path TearDown Request Message (PathTearDownReq)</name>
        <t>
          Detailed description TBD.
        </t>
          <figure anchor="fig-PathTearDownReq">
          <name>Path TearDown Request Message</name>
          <artwork name="" type="" align="left" alt="">
            Path TearDown Request Message {
               Common Header,
               Source Route Object
            }
          </artwork>
          </figure>
      </section>

      <section>
        <name>Path TearDown Response Message (PathTearDownRsp)</name>
        <t>
          Detailed description TBD.
        </t>
        <figure anchor="fig-PathTearDownRsp">
          <name>Path TearDown Response Message</name>
          <artwork name="" type="" align="left" alt="">
            Path TearDown Response Message {
              Common Header,
              Source Route Object
            }
          </artwork>
        </figure>
      </section>
    </section>
    </section> 
    </section> <!-- end R²/Kad Protocol Specification -->
    
    <!--  ########################################################## -->
    <section anchor="sec-hash-function">
      <name>Hash Function</name>
      <t>KIRA uses hash functions in various contexts. The used hash function 
      is SHAKE256 with 128bit length output.</t>
    </section>

    
    <!--  ########################################################## -->
    <section anchor="IANA">
    <!-- All drafts are required to have an IANA considerations section. See RFC 8126 for a guide.-->
      <name>IANA Considerations</name>
      <t>This memo currently includes no request to IANA yet. This may change in the future.</t>
    </section>
    
    <!--  ########################################################## -->
    <section anchor="Security">
      <!-- All drafts are required to have a security considerations section. See RFC 3552 for a guide. -->
      <name>Security Considerations</name>
      <t>There are various attacks that need to be considered. Future versions of this draft will
      have more detailed security considerations.</t>
    </section>
    
    <!-- NOTE: The Acknowledgements and Contributors sections are at the end of this template -->
  </middle>

  <back>
    <!--  ########################################################## -->
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7676.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8754.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8949.xml"/>
        <!-- The recommended and simplest way to include a well known reference -->
        
      </references>
 
      <references>
        <name>Informative References</name>
       
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
        <!-- Manually added reference -->
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author initials="S." surname="Bradner" fullname="S. Bradner">
              <organization/>
            </author>
            <date year="1997" month="March"/>
            <abstract>
              <t>In many standards track documents several words are
              used to signify the requirements in the
              specification. These words are often capitalized. This
              document defines these words as they should be
              interpreted in IETF documents. This document specifies
              an Internet Best Current Practices for the Internet
              Community, and requests discussion and suggestions for
              improvements.
              </t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>

        <reference anchor="Kademlia2002"><front><title>Kademlia: A Peer-to-Peer Information System Based on the XOR Metric</title><author surname="Maymounkov" fullname="Petar Maymounkov" /><author surname="Mazières" fullname="David Mazières" /><date year="2002" /></front></reference>

        <reference anchor="KIRA-Networking-2022" target="https://doi.org/10.23919/IFIPNetworking55013.2022.9829816"><front><title>KIRA: Distributed Scalable ID-based Routing with Fast Forwarding</title><author surname="Bless" fullname="Roland Bless" /><author surname="Zitterbart" fullname="Martina Zitterbart" /><author surname="Despotovic" fullname="Zoran Despotovic" /><author surname="Hecker" fullname="Artur Hecker" /><date year="2022" month="June" /></front></reference>

      </references>
    </references>
    

    <!--  ########################################################## -->
    <section anchor="Acknowledgements" numbered="false">
      <!-- an Acknowledgements section is optional -->
      <name>Acknowledgements</name>
      <t>KIRA has been developed as joint work with Zoran Despotovic,
      Artur Hecker, and Martina Zitterbart. Hendrik Mahrt and Paul
      Seehofer are still contributing to KIRA's evolution.</t>
    </section>
           
 </back>
</rfc>

<!-- LocalWords:  Kademlia KIRA Karlsruhe IPv OSPF BGP DHT CP Kad GRE -->
<!-- LocalWords:  NodeIDs NodeID PathIDs PathID precomputed SDN OAM -->
<!-- LocalWords:  decapsulation Kubernetes DomainID PNS PN PNHello -->
<!-- LocalWords:  multicast PNDiscoveryReq PNDiscoveryRsp unicast UDP -->
<!-- LocalWords:  precompute QueryRouteReq QueryRouteRsp RTable IANA -->
<!-- LocalWords:  FindNodeReq FindNodeRsp backoff ExactFlag ProbeReq -->
<!-- LocalWords:  NotViaList PathSetupReq PathSetupRsp Endsystem TLV -->
<!-- LocalWords:  datagram CBOR enum bitfield MessageID -->

