Struct tor_cell::relaycell::msg::Extend [−][src]
pub struct Extend { /* fields omitted */ }Expand description
Extend was an obsolete circuit extension message format.
This format only handled IPv4 addresses, RSA identities, and the TAP handshake. Modern Tor clients use Extend2 instead.
Implementations
Trait Implementations
Convert this type into a RelayMsg, wrapped appropriate.
Decode a relay cell body from a provided reader.
Encode the body of this cell into the end of a vec.
Auto Trait Implementations
impl RefUnwindSafe for Extend
impl UnwindSafe for Extend
Blanket Implementations
Mutably borrows from an owned value. Read more