Module tlspuffin::tls::rustls::msgs::deframer

source ·

Structs

This deframer works to reconstruct TLS messages from arbitrary-sized reads, buffering as necessary. The input is read(), the output is the frames deque.

Enums