[][src]Module tcb::graph::communication

Transport layer of the middleware service.

Modules

acceptor

Thread for accepting connections from another peer.

connector

Connects to another peer's acceptor thread.

handshake

Initial handshake process between peers.

msg_types

Wrapper for the messages sent over the TCP streams.

reader

Reads messages sent from another peer.

sender

Sends messages to another peer.