MCPcopy 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)]
5pub struct TcpConnectionId(pub u32);
6
7#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
8pub struct UdpEndpointId(pub u32);

Callers 4

connect_tcpMethod · 0.85
poll_acceptsMethod · 0.85
poll_tcp_dataMethod · 0.85
poll_tcp_framesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected