Struct tor_proto::circuit::CircParameters [−][src]
pub struct CircParameters { /* fields omitted */ }Expand description
Description of the network’s current rules for building circuits.
Implementations
Override the default initial send window for these parameters. Gives an error on any value above 1000.
You should probably not call this.
Return the initial send window as set in this parameter set.
Override the default decision about whether to use ed25519 identities in outgoing EXTEND2 cells.
You should probably not call this.
Return true if we’re configured to extend by ed25519 ID; false otherwise.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CircParameters
impl Send for CircParameters
impl Sync for CircParameters
impl Unpin for CircParameters
impl UnwindSafe for CircParameters
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more