Module isolated

Source
Expand description

Creating isolated connections to specific peers.

Functions§

connect_isolated
Creates a Zcash peer connection using the provided data stream. This connection is completely isolated from all other node state.
connect_isolated_tcp_direct
Creates a direct TCP Zcash peer connection to addr. This connection is completely isolated from all other node state.
connect_isolated_tcp_direct_with_inbound
Creates an isolated Zcash peer connection using the provided data stream. This function is for testing purposes only.
connect_isolated_with_inbound
Creates an isolated Zcash peer connection using the provided data stream. This function is for testing purposes only.