[][src]Module exocore_transport::transport

Enums

ConnectionID

Identifier of a connection to a peer. A peer may have multiple opened connections, and this identifier can be used to make sure a message is replied on the right connection.

ConnectionStatus

Connection status of a remote node via the transport.

InEvent

Event generated by the transport to be handled by client.

OutEvent

Event generated by client of transport to be handled by transport.

ServiceType

Component / service of the Exocore architecture to which a message is intented / originating. Ex: Chain service

Traits

TransportServiceHandle

Handle to a transport to be used by a service of a cell.

Type Definitions

TransportHandleOnStart