Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ TcpConnectionId
Class
TcpConnectionId
perro_source/api_modules/perro_networking/src/ids.rs:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
5
pub struct TcpConnectionId(pub u32);
6
7
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
8
pub struct UdpEndpointId(pub u32);
Callers
4
connect_tcp
Method · 0.85
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