Expand description
A simple transport intended only for examples. This transport does not implement any reliability or security features. DO NOT USE in a real project
Structsยง
- Conditioner
Config - Configuration for simulating various network conditions.
- Example
Client client - The socket used by the client.
- Example
Server server - The socket used by the server.
- Link
Conditioner Plugin - Adds
ConditionerConfigtoAppTypeRegistry. - Replicon
Example Backend Plugins - Plugin group for all replicon example backend plugins.
- Replicon
Example Client Plugin client - Adds a client messaging backend made for examples to
bevy_replicon. - Replicon
Example Server Plugin server - Adds a server messaging backend made for examples to
bevy_replicon.