Static Methodswift-nio 2.72.0NIOCore
ipOption(_:)
ChannelOption.swift:375static func ipOption(_ name: NIOBSDSocket.Option) -> Self
static func ipOption(_ name: NIOBSDSocket.Option) -> Self
s7NIOCore13ChannelOptionPA2A0B7OptionsV5TypesO06SocketC0VRszrlE02ipC0yAiA12NIOBSDSocketO0C0VFZ
What are these?
FNV24: [5FXZH]
where Self == ChannelOptions.Types.SocketOption
import NIOCore
The core abstractions that make up SwiftNIO.
protocol ChannelOption : _NIOPreconcurrencySendable, Equatable
A configuration option that can be set on a Channel
to configure different behaviour.
enum NIOBSDSocket
struct Option
Defines configuration option names.
struct SocketOption
SocketOption
allows users to specify configuration settings that are directly applied to the underlying socket file descriptor.
static func socket(_ level: SocketOptionLevel, _ name: SocketOptionName) -> Self
static func socketOption(_ name: NIOBSDSocket.Option) -> Self
static func tcpOption(_ name: NIOBSDSocket.Option) -> Self