Struct tor_cell::chancell::msg::Create2 [−][src]
pub struct Create2 { /* fields omitted */ }Expand description
A Create2 message create a circuit on the current channel.
To create a circuit, the client sends a Create2 cell containing a handshake of a given type; the relay responds with a Created2 cell containing a reply.
Currently, most Create2 cells contain a client-side instance of the “ntor” handshake.
Implementations
Trait Implementations
Convert this type into a ChanMsg, wrapped as appropriate.
Auto Trait Implementations
impl RefUnwindSafe for Create2
impl UnwindSafe for Create2
Blanket Implementations
Mutably borrows from an owned value. Read more