Module tsproto::connection[][src]

Structs

CachedKey

A cache for the key and nonce for a generation id. This has to be stored for each packet type.

ConnectedParams

Data that has to be stored for a connection when it is connected.

Connection

Represents a currently alive connection.

Enums

Event

An event that originates from a tsproto raw connection.

StreamItem

An item that originates from a tsproto raw event stream.

Traits

Socket

The needed functions, this can be used to abstract from the underlying transport and allows simulation.