Tor 0.4.9.8
Loading...
Searching...
No Matches
conflux_msg_t Struct Reference

#include <conflux.h>

Data Fields

uint64_t seq
 
int heap_idx
 
relay_msg_tmsg
 

Detailed Description

A relay message for the out-of-order queue.

Definition at line 29 of file conflux.h.

Field Documentation

◆ heap_idx

int heap_idx

Heap index of this cell, for use in in the conflux_t ooo_q heap.

Definition at line 38 of file conflux.h.

◆ msg

The relay message here is always guaranteed to have removed its extra conflux sequence number, for ease of processing

Definition at line 42 of file conflux.h.

Referenced by conflux_msg_alloc_cost(), conflux_process_relay_msg(), conflux_relay_msg_free_(), and connection_edge_process_relay_cell().

◆ seq

uint64_t seq

Absolute sequence number of this cell, computed from the relative sequence number of the conflux cell.

Definition at line 33 of file conflux.h.

Referenced by conflux_dequeue_relay_msg(), conflux_process_relay_msg(), and conflux_queue_cmp().


The documentation for this struct was generated from the following file: