connection

Members

Aliases

ClientId
alias ClientId = size_t
Undocumented in source.
PacketHandler
alias PacketHandler = void delegate(ubyte[] packetData, ClientId peer)

Packet handler. Returns true if data was valid and false otherwise.

Classes

Connection
class Connection
Undocumented in source.

Functions

loadEnet
void loadEnet()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ConnectionSettings
struct ConnectionSettings
Undocumented in source.
PacketInfo
struct PacketInfo
Undocumented in source.

Meta

Authors

Andrey Penechko.