Module tor_circmgr::hspool

source ยท
Available on crate feature hs-common only.
Expand description

Manage a pool of circuits for usage with onion services.

Modulesยง

  • config ๐Ÿ”’
    Configuration logic for HsCircPool.
  • pool ๐Ÿ”’
    An internal pool object that we use to implement HsCircPool.

Structsยง

  • An object to provide circuits for implementing onion services.
  • HsCircStub ๐Ÿ”’
    A hidden service circuit stub.
  • Inner ๐Ÿ”’
    The mutable state of an HsCircPool

Enumsยง

  • The (onion-service-related) purpose for which a given circuit is going to be used.
  • HsCircStubKind ๐Ÿ”’
    A kind of hidden service circuit stub.

Traitsยง

Functionsยง