Type Aliasswift-nio 2.72.0NIOCore
Value
ChannelOption.swift:222typealias Value = Bool
typealias Value = Bool
s7NIOCore14ChannelOptionsV5TypesO37ExplicitCongestionNotificationsOptionV5Valuea
What are these?
FNV24: [7DP1P]
import NIOCore
The core abstractions that make up SwiftNIO.
struct ExplicitCongestionNotificationsOption
When set to true IP level ECN information will be reported through AddressedEnvelope.Metadata
struct ChannelOptions
Provides ChannelOption
s to be used with a Channel
, Bootstrap
or ServerBootstrap
.
enum Types
@frozen struct Bool
A value type whose instances are either true
or false
.
init()