Skip to main content

Module stream

Module stream 

Source
Expand description

The stream reactor.

Structsยง

ReadyStreamMsg ๐Ÿ”’
A stream message to be sent to the backward reactor for delivery.
StreamMsg ๐Ÿ”’
Stream data received from the other endpoint that needs to be handled by StreamReactor.
StreamReactor ๐Ÿ”’
The stream reactor for a given hop.

Enumsยง

StreamEvent ๐Ÿ”’
A Tor stream-related event.

Constantsยง

CIRCUIT_BUFFER_SIZE ๐Ÿ”’
Size of the buffer for communication between a StreamTarget and the reactor.

Traitsยง

StreamHandler ๐Ÿ”’
Trait for customizing the behavior of the stream reactor.

Functionsยง

parse_incoming_stream_req ๐Ÿ”’
Convert an incoming stream request message (BEGIN, BEGIN_DIR, RESOLVE, etc.) to an IncomingStreamRequest