PingRateLimit
public struct PingRateLimit
extension PingRateLimit: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var secondsPerInterval: UInt64
-
Undocumented
Declaration
Swift
public var pingsPerInterval: UInt32
-
Undocumented
Declaration
Swift
public init(secondsPerInterval: UInt64, pingsPerInterval: UInt32)
-
Declaration
Swift
public static func == (lhs: PingRateLimit, rhs: PingRateLimit) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)