Crate lightyear_connection

Source
Expand description

§Lightyear Connection

Connection handling for the lightyear networking library. This crate provides core types for managing long-term connections on top of a Link and Transport.

It also introduces helpers to setup a Client-Server architecture.

This crates provide concepts that are only useful for a client-server architecture (client/server).

Modules§

client
client_of
direction
host
We call running an app in ‘Host-Server’ mode an app that has both the Client and Server plugins, and where one of the client acts as the ‘Host’.
identity
network_target
prelude
server
shared

Structs§

ConnectionPlugin
Plugin to handle the connection logic. Registers relevant types.

Enums§

ConnectionSet
System sets for connection-related logic. These are used to order systems that handle receiving and sending packets.