struct

RNS::Transport::PathEntry

Inherits Struct < Value < Object

─── Path table entry type ───────────────────────────────────── Each path table entry is stored as a named tuple for clarity. Python uses: [timestamp, next_hop, hops, expires, random_blobs, receiving_interface, packet_hash]

Constructors

new(timestamp : Float64, next_hop : Bytes, hops : Int32, expires : Float64, random_blobs : Array(Bytes), receiving_interface : Bytes | Nil, packet_hash : Bytes)
Source

Instance methods

clone
Source
copy_with(timestamp _timestamp = @timestamp, next_hop _next_hop = @next_hop, hops _hops = @hops, expires _expires = @expires, random_blobs _random_blobs = @random_blobs, receiving_interface _receiving_interface = @receiving_interface, packet_hash _packet_hash = @packet_hash)
Source
expires
hops
next_hop
packet_hash
random_blobs
receiving_interface
timestamp