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

# GKTransportType.reliable

The data is sent continuously until it is successfully received by the intended recipients or the connection times out.

## Declaration

```swift
case reliable
```

## Discussion

Discussion Use this when you need to guarantee delivery and speed is not critical.

## See Also

### Constants

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