struct

RNS::Transport::LinkEntry

Inherits Struct < Value < Object

─── Link table entry type ─────────────────────────────────────

Constructors

new(timestamp : Float64, next_hop_transport_id : Bytes, next_hop_interface : Bytes | Nil, remaining_hops : Int32, received_on : Bytes | Nil, taken_hops : Int32, destination_hash : Bytes, validated : Bool, proof_timeout : Float64)
Source

Instance methods

clone
Source
copy_with(timestamp _timestamp = @timestamp, next_hop_transport_id _next_hop_transport_id = @next_hop_transport_id, next_hop_interface _next_hop_interface = @next_hop_interface, remaining_hops _remaining_hops = @remaining_hops, received_on _received_on = @received_on, taken_hops _taken_hops = @taken_hops, destination_hash _destination_hash = @destination_hash, validated _validated = @validated, proof_timeout _proof_timeout = @proof_timeout)
Source
destination_hash
next_hop_interface
next_hop_transport_id
proof_timeout
received_on
remaining_hops
taken_hops
timestamp
validated