Crate bevy_networking_turbulence[][src]

Structs

Enums

Turbulence will coalesce multiple small messages into a single packet when flush is called. the default is OnEverySend - flushing after each message, which bypasses the coalescing. You probably want to call flush once per tick instead, in your own system.

Traits

Functions

Helper method to find local IP address, if possible

Type Definitions