struct

RNS::Transport::AnnounceEntry

Inherits Struct < Value < Object

─── Announce table entry type ─────────────────────────────────

Constructors

new(timestamp : Float64, retransmit_timeout : Float64, retries : Int32, received_from : Bytes, hops : Int32, packet : Packet, local_rebroadcasts : Int32, block_rebroadcasts : Bool, attached_interface : Bytes | Nil)
Source

Instance methods

attached_interface
block_rebroadcasts
clone
Source
copy_with(timestamp _timestamp = @timestamp, retransmit_timeout _retransmit_timeout = @retransmit_timeout, retries _retries = @retries, received_from _received_from = @received_from, hops _hops = @hops, packet _packet = @packet, local_rebroadcasts _local_rebroadcasts = @local_rebroadcasts, block_rebroadcasts _block_rebroadcasts = @block_rebroadcasts, attached_interface _attached_interface = @attached_interface)
Source
hops
local_rebroadcasts
packet
received_from
retransmit_timeout
retries
timestamp