Skip to main content

Module rpc

Module rpc 

Source
Expand description

RPC support for client tor-proto objects.

Structs§

DescribePath
RPC method to describe the path for an object.
GetTunnel
RPC method that returns the tunnel for a given object.
PathDescription
A description of a tunnel’s path.
RelayIds
Serializable container of relay identities.

Enums§

PathEntry
A RPC-level description for a single entry in a tunnel or circuit path.

Functions§

client_data_stream_ctrl_describe_path 🔒
Implementation function: implements DescribePath on a ClientDataStreamCtrl.
client_data_stream_ctrl_get_tunnel 🔒
Implementation function: implements GetTunnel on ClientDataStreamCtrl.
client_stream_tunnel 🔒
Helper: Return the ClientTunnel for a ClientDataStreamCtrl, or an RPC error if the stream isn’t attached to a tunnel.
client_tunnel_describe_path 🔒
Implementation function: implements DescribePath on a ClientTunnel.
tunnel_path 🔒
Helper: Return a PathDescription for a ClientTunnel