ryu_ldn::ipc::SessionInfoIpc
ryu_ldn::ipc::SessionInfoIpc
Section titled “ryu_ldn::ipc::SessionInfoIpc”Session information structure for IPC.
Contains runtime information about the current LDN session.
Members
Section titled “Members”node_count
Section titled “node_count”Type: u8
Current number of nodes in session.
max_nodes
Section titled “max_nodes”Type: u8
Maximum nodes allowed in session.
local_node_id
Section titled “local_node_id”Type: u8
This node’s ID in the session.
is_host
Section titled “is_host”Type: u8
1 if this node is the host, 0 otherwise
reserved
Section titled “reserved”Type: u8
Reserved for future use.