Module p2p_connector

Module p2p_connector 

Source
Expand description

Provides an abstract network connector interface and multiple implementations

Modules§

iroh 🔒
tls 🔒

Structs§

IrohConnector
TlsConfig
TlsTcpConnector
TCP connector with encryption and authentication

Traits§

IP2PConnector
Allows to connect to peers and to listen for incoming connections. Connections are message based and should be authenticated and encrypted for production deployments.

Functions§

dns_sanitize
Sanitizes name as valid domain name
gen_cert_and_key
parse_p2p
Parses the host and port from a url

Type Aliases§

DynP2PConnector