[][src]Module tcb::vv::structs::messages

Wrappers for messages sent through channels and TCP streams.

Structs

Message

Struct for the message sent over the network.

Enums

ClientPeerMiddleware

Enum for the messages that will be sent/received in the channels between the main middleware, stream reader and client

MiddlewareClient

Enum that will be sent by the Middleware to the Client.

StreamMsg

Enum of the messages sent/received in the streams between peers.