Module extend

Source
Expand description

Types and encodings used during circuit extension.

Structs§

CcRequest
Request congestion control be enabled for this circuit (client → exit node).
CcResponse
Acknowledge a congestion control request (exit node → client).
CircRequestExtType
A type of circuit request extension data (EXT_FIELD_TYPE).
CircResponseExtType
A type of circuit response extension data (EXT_FIELD_TYPE).
SubprotocolRequest
A request that a certain set of protocols should be enabled. (client to server)

Enums§

CircRequestExt
An extension to be sent along with a circuit extension request (CREATE2, EXTEND2, or INTRODUCE.)
CircResponseExt
An extension to be sent along with a circuit extension response (CREATED2 or EXTENDED2.)