HandlerStats
public struct HandlerStats
\brief Contains stats regarding the packet handler, for use in session stats
- @since 8.0
-
\brief Number of packets going into packethandler (upload)
- @since 8.0
Declaration
Swift
public var packetsIn: Int64
-
\brief Number of packets leaving packethandler (download)
- @since 8.0
Declaration
Swift
public var packetsOut: Int64
-
\brief Number of bytes going into packethandler (upload)
- @since 8.0
Declaration
Swift
public var bytesIn: Int64
-
\brief Number of bytes leaving packethandler (download)
- @since 8.0
Declaration
Swift
public var bytesOut: Int64
-
\brief Number of packets retries
- @since 8.0
Declaration
Swift
public var retries: Int64
-
Declaration
Swift
public init(json: [String : Any])