MCPcopy Create free account
hub / github.com/PerroEngine/Perro / TcpConnection

Class TcpConnection

perro_source/api_modules/perro_networking/src/tcp.rs:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 expected.app,
94 expected.protocol,
95 expected.version
96 ),
97 ))
98 }
99}
100
101pub struct TcpConnection {
102 stream: TcpStream,

Callers 3

poll_acceptsMethod · 0.85
poll_tcp_dataMethod · 0.85
poll_tcp_framesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected