RNS::Transport::PathEntry
─── 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
Instance methods
clone
Sourcecopy_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)
Sourceexpires
hops
next_hop
packet_hash
random_blobs
receiving_interface
timestamp