Module network_clique::protocols
source · Re-exports§
pub use negotiation::protocol;
pub use negotiation::ProtocolNegotiationError;
Modules§
- v1 🔒
Enums§
- Defines the protocol for communication. Currently single variant, but left in case of protocol change.
- Protocol error.
Type Aliases§
- What connections send back to the service after they become established. Starts with a public key of the remote node, followed by a channel for sending data to that node, with None if the connection was unsuccessful and should be reestablished.