#routes #update #routing #interledger #account #peer #configured

interledger-ccp

Implementation of the Interledger Dynamic Configuration Protocol (ILDCP)

7 releases

0.3.0 Nov 11, 2019
0.2.1 Oct 30, 2019
0.1.1-beta.3 Oct 10, 2019
0.1.1-beta.1 Sep 28, 2019

#7 in #interledger

Download history 4/week @ 2024-02-18 21/week @ 2024-02-25 9/week @ 2024-03-03 17/week @ 2024-03-10 3/week @ 2024-03-17

51 downloads per month
Used in 3 crates

Apache-2.0

225KB
5.5K SLoC

interledger-ccp

This crate implements the Connector-to-Connector Protocol (CCP) for exchanging routing information with peers. The CcpRouteManager processes Route Update and Route Control messages from accounts that we are configured to receive routes from and sends route updates to accounts that we are configured to send updates to.

This populates the routing table implemented in the interledger-router crate.


lib.rs:

interledger-ccp

This crate implements the Connector-to-Connector Protocol (CCP) for exchanging routing information with peers. The CcpRouteManager processes Route Update and Route Control messages from accounts that we are configured to receive routes from and sends route updates to accounts that we are configured to send updates to.

The CcpRouteManager writes changes to the routing table to the store so that the updates are used by the Router to forward incoming packets to the best next hop we know about.

Dependencies

~12–16MB
~405K SLoC