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

Function heartbeat_ping

perro_source/api_modules/perro_networking/src/tcp.rs:308–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 return Err(NetError::new(
307 NetErrorKind::Send,
308 "tcp pending write queue exceeds max",
309 ));
310 }
311 self.tx_queue.push_back(bytes);
312 Ok(())
313 }

Calls

no outgoing calls