Contents

SCNetworkServiceEstablishDefaultConfiguration(_:)

Establishes the default configuration for the specified network service.

Declaration

func SCNetworkServiceEstablishDefaultConfiguration(_ service: SCNetworkService) -> Bool

Parameters

  • service:

    The network service.

Return Value

TRUE if the configuration was updated; FALSE if an error occurred.

Discussion

The default configuration includes the addition of network protocols for the service (with default configuration options).

See Also

Configuring Network Services