---
title: kSCNetworkFlagsConnectionAutomatic
framework: systemconfiguration
role: symbol
role_heading: Global Variable
path: systemconfiguration/kscnetworkflagsconnectionautomatic
---

# kSCNetworkFlagsConnectionAutomatic

The specified node name or address can be reached using the current network configuration, but a connection must first be established.

## Declaration

```swift
var kSCNetworkFlagsConnectionAutomatic: Int { get }
```

## Discussion

Discussion Any traffic directed to the specified name or address will initiate the connection.

## See Also

### Constants

- [kSCNetworkFlagsTransientConnection](systemconfiguration/kscnetworkflagstransientconnection.md)
- [kSCNetworkFlagsReachable](systemconfiguration/kscnetworkflagsreachable.md)
- [kSCNetworkFlagsConnectionRequired](systemconfiguration/kscnetworkflagsconnectionrequired.md)
- [kSCNetworkFlagsInterventionRequired](systemconfiguration/kscnetworkflagsinterventionrequired.md)
- [kSCNetworkFlagsIsLocalAddress](systemconfiguration/kscnetworkflagsislocaladdress.md)
- [kSCNetworkFlagsIsDirect](systemconfiguration/kscnetworkflagsisdirect.md)
