Module tor_cell::relaycell

source ·
Expand description

Implementation for parsing and encoding relay cells

Modules§

  • Types and encodings used during circuit extension.
  • hshs
    Encoding and decoding for relay messages related to onion services.
  • Encoding and decoding for relay messages
  • udpexperimental-udp
    Encoding and decoding for relay messages

Structs§

  • A command that identifies the type of a relay cell
  • A decoded and parsed relay message, along with an optional Stream ID.
  • Identify a single stream on a circuit.
  • A relay cell that has not yet been fully parsed, but where we have access to the command and stream ID, for dispatching purposes.

Traits§

  • Trait implemented by anything that can serve as a relay message.

Type Aliases§

  • AnyRelayCellDeprecated
    A deprecated name for AnyRelayMsgOuter.
  • A decoded and parsed relay message of unrestricted type, with an accompanying optional Stream ID.
  • RelayCellDeprecated
    A deprecated name for RelayMsgOuter.