Module protocol_ping

Module protocol_ping 

Source
Expand description

Protocol for ping-pong keepalive messages.

Implements ping message and pong response. These messages are like the network heartbeat - they are sent continually between nodes, to ensure each node is still alive and active. Ping-pong messages ensure that the network doesn’t time out.

Structs§

ProtocolPing
Defines ping and pong messages

Constants§

PROTO_NAME 🔒