Structureswift-nio 2.81.0NIOCore
NIOPacketInfo
AddressedEnvelope.swift:79struct NIOPacketInfo
struct NIOPacketInfo
import NIOCore
The core abstractions that make up SwiftNIO.
struct AddressedEnvelope<DataType>
A data structure for processing addressed datagrams, such as those used by UDP.
enum NIOExplicitCongestionNotificationState
Possible Explicit Congestion Notification States
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
init(destinationAddress: SocketAddress, interfaceIndex: Int)
var destinationAddress: SocketAddress
var interfaceIndex: Int
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.