Documentation Archive Developer
Search

NetworkExtension Changes for Swift

NetworkExtension

Declaration
From
enum NEAppProxyFlowError : Int {
    case NotConnected
    case PeerReset
    case HostUnreachable
    case InvalidArgument
    case Aborted
    case Refused
    case TimedOut
    case Internal
}
To
enum NEAppProxyFlowError : Int {
    case NotConnected
    case PeerReset
    case HostUnreachable
    case InvalidArgument
    case Aborted
    case Refused
    case TimedOut
    case Internal
    case DatagramTooLarge
    case ReadAlreadyPending
}