Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
pub struct TcpConnection {
102
stream: TcpStream,
Callers
3
poll_accepts
Method · 0.85
poll_tcp_data
Method · 0.85
poll_tcp_frames
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected