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.