Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/attermann/microReticulum
/ client_disconnected
Function
client_disconnected
examples/link_native/src/main.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
RNS::Link latest_client_link({RNS::Type::NONE});
49
50
void client_disconnected(RNS::Link& link) {
51
RNS::log(
"Client disconnected"
);
52
}
53
54
void server_packet_received(const RNS::Bytes& message, const RNS::Packet& packet) {
55
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected