Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
3
tcp_send_heartbeat_ping
Method · 0.85
is_heartbeat_ping
Function · 0.85
tcp_frame_event_reads_loopback_frame_and_heartbeat
Function · 0.85
Calls
no outgoing calls
Tested by
1
tcp_frame_event_reads_loopback_frame_and_heartbeat
Function · 0.68