[−][src]Crate holochain_net
holochain_net is a library that defines an abstract networking layer for different network transports and implements a PeerStore for mapping and managing the topology of transport layers with regard to relay's e.g. for NAT
Modules
error | |
p2p_network |
This module defines the trait for holochain networking / p2p The goal is to make implementing concrete strucs as simple as possible so that we can iterate quickly on the API. All calls will go through one of two api functions, one using json strings, and the other using binary buffers. |