Initializerswift-nio 2.81.0NIOCore
init(ecnState:)
AddressedEnvelope.swift:43init(ecnState: NIOExplicitCongestionNotificationState)
init(ecnState: NIOExplicitCongestionNotificationState)
s7NIOCore17AddressedEnvelopeV8MetadataV8ecnStateAEyx_GAA033NIOExplicitCongestionNotificationF0O_tcfc
What are these?4RNA7
import NIOCore
The core abstractions that make up SwiftNIO.
struct Metadata
Any metadata associated with an AddressedEnvelope
struct AddressedEnvelope<DataType>
A data structure for processing addressed datagrams, such as those used by UDP.
enum NIOExplicitCongestionNotificationState
Possible Explicit Congestion Notification States
init(ecnState: NIOExplicitCongestionNotificationState, packetInfo: NIOPacketInfo?)
var ecnState: NIOExplicitCongestionNotificationState
Details of any congestion state.
var packetInfo: NIOPacketInfo?