OptionLevel
public struct OptionLevel : RawRepresentable
extension NIOBSDSocket.OptionLevel: Equatable
extension NIOBSDSocket.OptionLevel: Hashable
Defines socket option levels.
-
Declaration
Swift
public typealias RawValue = CInt
-
Declaration
Swift
public var rawValue: RawValue
-
Declaration
Swift
public init(rawValue: RawValue)
-
Undocumented
Declaration
Swift
public static let ip: NIOBSDSocket.OptionLevel
-
-
Undocumented
Declaration
Swift
public static let ipv6: NIOBSDSocket.OptionLevel
-
-
Undocumented
Declaration
Swift
public static let tcp: NIOBSDSocket.OptionLevel
-
-
Socket options that apply to all sockets.
Declaration
Swift
public static let socket: NIOBSDSocket.OptionLevel