GKTransportType.unreliable
The data is sent once and is not sent again if a transmission error occurs.
Declaration
case unreliableDiscussion
Use this for small packets of data that must arrive quickly to be useful to the recipient.
The data is sent once and is not sent again if a transmission error occurs.
case unreliableUse this for small packets of data that must arrive quickly to be useful to the recipient.