[][src]Module pea2pea::connections

Objects associated with connection handling.

Structs

Connection

Keeps track of tasks that have been spawned for the purposes of a connection; it also contains a sender that communicates with the Writing protocol handler.

ConnectionReader

An object dedicated to performing reads from a connection's stream; it is available only if the Reading protocol is enabled.

ConnectionWriter

An object dedicated to performing writes to a connection's stream; it is available only if the Writing protocol is enabled.

Enums

ConnectionSide

Indicates who was the initiator and who was the responder when the connection was established.