Contents

GKTransportType.unreliable

The data is sent once and is not sent again if a transmission error occurs.

Declaration

case unreliable

Discussion

Use this for small packets of data that must arrive quickly to be useful to the recipient.

See Also

Constants