Module tor_circmgr::build

source ยท
Expand description

Facilities to build circuits directly, instead of via a circuit manager.

Modulesยง

  • guardstatus ๐Ÿ”’
    Helpers for reporting information about guard status to the guard manager.

Structsยง

Traitsยง

  • Buildable ๐Ÿ”’
    Represents an objects that can be constructed in a circuit-like way.

Functionsยง

  • Extract a [CircParameters] from the [NetParameters] from a consensus.
  • create_common ๐Ÿ”’
    Try to make a [PendingClientCirc] to a given relay, and start its reactor.
  • double_timeout ๐Ÿ”’
    Helper function: spawn a future as a background task, and run it with two separate timeouts.