Expand description
UDS (local networking) service.
The UDS service is used to handle local networking, i.e. peer-to-peer networking used for local multiplayer. This module also covers some functionality used in Download Play (dlp); there is a specific module for DLP, but it can also be implemented manually using UDS.
Structs§
- Status of the connection.
- Information returned from scanning for networks.
- Information about a network node.
- Flags used for sending packets to a network.
- Handle to the UDS service.
Enums§
- Possible raw connection status values.
- Possible types of connection to a network.
- Error enum for generic errors within the
Uds
service. - ID for a node on the network.
- Status of the service handle.