Enumerationswift-nio 2.72.0NIOCore
NIOExplicitCongestionNotificationState
Possible Explicit Congestion Notification States
AddressedEnvelope.swift:68enum NIOExplicitCongestionNotificationState
Cases
case transportNotCapable
Non-ECN Capable Transport.
case transportCapableFlag0
ECN Capable Transport (flag 0).
case transportCapableFlag1
ECN Capable Transport (flag 1).
case congestionExperienced
Congestion Experienced.
See also
struct AddressedEnvelope<DataType>
A data structure for processing addressed datagrams, such as those used by UDP.
struct NIOPacketInfo
Citizens in NIOCore
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.