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 |
#8 in #interledger
33 downloads per month
Used in 3 crates
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
~404K SLoC