Construct a proxy from a local unix domain socket path.
Synopsis
Declared in <netbase.h>
explicit
Proxy(
std::string path,
bool tor_stream_isolation = false);
Parameters
Name |
Description |
path |
Filesystem path of the unix domain socket. |
tor_stream_isolation |
Whether to isolate Tor streams over this proxy. |
Created with MrDocs