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).
- Circ
Request ExtType - A type of circuit request extension data (
EXT_FIELD_TYPE
). - Circ
Response ExtType - A type of circuit response extension data (
EXT_FIELD_TYPE
). - Subprotocol
Request - A request that a certain set of protocols should be enabled. (client to server)
Enums§
- Circ
Request Ext - An extension to be sent along with a circuit extension request (CREATE2, EXTEND2, or INTRODUCE.)
- Circ
Response Ext - An extension to be sent along with a circuit extension response (CREATED2 or EXTENDED2.)