---
title: GKTransportType.unreliable
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gktransporttype/unreliable
---

# GKTransportType.unreliable

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

## Declaration

```swift
case unreliable
```

## Discussion

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

## See Also

### Constants

- [GKTransportType.reliable](gamekit/gktransporttype/reliable.md)
