Static Propertyswift-nio 2.81.0NIOCore
unix
UNIX local to the host.
static let unix: NIOBSDSocket.ProtocolFamily
UNIX local to the host.
static let unix: NIOBSDSocket.ProtocolFamily
import NIOCore
The core abstractions that make up SwiftNIO.
struct ProtocolFamily
Specifies the type of protocol that the socket can use.
enum NIOBSDSocket
init(rawValue: RawValue)
static let inet: NIOBSDSocket.ProtocolFamily
IP network 4 protocol.
static let inet6: NIOBSDSocket.ProtocolFamily
IP network 6 protocol.
static let local: NIOBSDSocket.ProtocolFamily
UNIX local to the host, alias for PF_UNIX
(.unix
)
var rawValue: RawValue
typealias RawValue = CInt