struct

RNS::Rnstatus::TransportStats

Inherits Struct < Value < Object

A transport stats record for the overall system.

Constructors

new(interfaces : Array(InterfaceStat), rxb : Int64, txb : Int64, rxs : Int64, txs : Int64, transport_id : Bytes | Nil, network_id : Bytes | Nil, transport_uptime : Float64 | Nil, probe_responder : Bytes | Nil)
Source

Instance methods

clone
Source
copy_with(interfaces _interfaces = @interfaces, rxb _rxb = @rxb, txb _txb = @txb, rxs _rxs = @rxs, txs _txs = @txs, transport_id _transport_id = @transport_id, network_id _network_id = @network_id, transport_uptime _transport_uptime = @transport_uptime, probe_responder _probe_responder = @probe_responder)
Source
interfaces
network_id
probe_responder
rxb
rxs
transport_id
transport_uptime
txb
txs