MCPcopy Create free account
hub / github.com/Recordscript/recordscript / FramedStream

Class FramedStream

libs/hbb_common/src/tcp.rs:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28pub struct Encrypt(Key, u64, u64);
29
30pub struct FramedStream(
31 pub(crate) Framed<DynTcpStream, BytesCodec>,
32 pub(crate) SocketAddr,
33 pub(crate) Option<Encrypt>,
34 pub(crate) u64,
35);
36
37impl Deref for FramedStream {
38 type Target = Framed<DynTcpStream, BytesCodec>;

Callers 1

connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected