Skip to main content

Module stream

Module stream 

Source
Expand description

The ECIES Stream implementation which wraps over [AsyncRead] and [AsyncWrite].

Structs§

ECIESStream
ECIES stream over TCP exchanging raw bytes

Constants§

DEFAULT_BACKPRESSURE_BOUNDARY
Write buffer size at which the underlying Framed transport starts flushing frames to the socket from poll_ready, replacing the tokio-util default of 8KiB.