---
title: NWTCPConnectionState.waiting
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nwtcpconnectionstate/waiting
---

# NWTCPConnectionState.waiting

The connection has attempted to connect but failed. It is now waiting for better conditions before trying again.

## Declaration

```swift
case waiting
```

## See Also

### Connection States

- [NWTCPConnectionState.invalid](networkextension/nwtcpconnectionstate/invalid.md)
- [NWTCPConnectionState.connecting](networkextension/nwtcpconnectionstate/connecting.md)
- [NWTCPConnectionState.connected](networkextension/nwtcpconnectionstate/connected.md)
- [NWTCPConnectionState.disconnected](networkextension/nwtcpconnectionstate/disconnected.md)
- [NWTCPConnectionState.cancelled](networkextension/nwtcpconnectionstate/cancelled.md)
