Crate sn_comms

Source
Expand description

Comms for the SAFE Network. All comms with nodes are done though this.

Structs§

Comm
Communication component of the node to interact with other nodes.
MsgReceived
A msg received on the wire.

Enums§

CommEvent
Events from the comm module.
Error
Internal error.

Type Aliases§

Result
The type returned by the sn_routing message handling methods.