blob: 898db313ce0c26f29f41b9e8e77dc92f1dcea397 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# tor-rpc-connect
Functionality related to RPC connect points.
## Overview
A "connect point" is Toml string
that describes how an RPC client should connect to an RPC server;
and how an RPC server should wait for client connections.
License: MIT OR Apache-2.0
|