Module dittolive_ditto::transport
source · Expand description
Use ditto.set_transport_config
(TransportConfig
) to configure the transports for your
Ditto
peer.
Structs§
- Configure the Bluetooth Low-Energy transport.
- Configure outbound transports such as TCP and WebSocket dialing.
- Settings not associated with any specific type of transport.
- Configure inbound HTTP transports.
- Configure the Local Area Network (LAN) transport.
- Configure inbound transports such as TCP and HTTP servers.
- Configure peer-to-peer transports such as Bluetooth and LAN.
- Configure inbound TCP transports.
- A configuration object specifying which network transports Ditto should use to sync data.
- Handles for the various Transports operating on the other side of the FFI interface In other SDK, this struct is named Sync. To avoid name conflict with ::Sync Transport was prefixed.