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

Function is_heartbeat_pong

perro_source/api_modules/perro_networking/src/tcp.rs:320–322  ·  view source on GitHub ↗
(bytes: &[u8])

Source from the content-addressed store, hash-verified

318 local: SocketAddr,
319}
320
321impl TcpHost {
322 pub fn bind<A: ToSocketAddrs>(addr: A) -> NetResult<Self> {
323 let listener =
324 TcpListener::bind(addr).map_err(|err| NetError::from_io(NetErrorKind::Bind, err))?;
325 listener

Callers 1

poll_frame_eventMethod · 0.85

Calls 1

heartbeat_pongFunction · 0.85

Tested by

no test coverage detected