Networking

From Internet Computer Wiki
Revision as of 09:14, 28 October 2022 by Rostislav.rumenov (talk | contribs)
Jump to: navigation, search

The page contains technical content relevant for the scope of the networking team.

Networking adapters

Networking adapters are processes on the ReplicaOS that run next to the main replica process. The adapters are used for outgoing calls to the internet. Bitcoin integration and HTTPS outcalls features have their own dedicated adapters.
The main replica process uses gRPC for communicating with the adapters via Unix domain sockets.


Rust

Crates

tokio, tower, hyper, tonic