-
Notifications
You must be signed in to change notification settings - Fork 489
Component Dependencies Table
Jack Robison edited this page Aug 3, 2018
·
2 revisions
This document lists all the component in component manager and their respective dependencies
| Component | Depends On |
|---|---|
database |
Nuth'n |
blockchain_headers |
Nuth'n |
upnp |
Nuth'n |
exchange_rate_manager |
Nuth'n |
rate_limiter |
Nuth'n |
payment_rate_manager |
Nuth'n |
dht |
upnp |
wallet |
database, blockchain_headers
|
blob_manager |
database, dht
|
hash_announcer |
database, dht
|
stream_identifier |
rate_limiter, blob_manager, wallet
|
file_manager |
stream_identifier, payment_rate_manager
|
peer_protocol_server |
dht, stream_identifier, payment_rate_manager
|
reflector |
dht, blob_manager, file_manager
|