Contents

GKSendDataMode.unreliable

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

Declaration

case unreliable

Discussion

Data transmitted unreliably may be received out of order by recipients. Use this for small packets of data that must arrive quickly to be useful to the recipient.

See Also

Constants