|
Tor 0.4.9.8
|
#include <conflux.h>
Data Fields | |
| uint64_t | seq |
| int | heap_idx |
| relay_msg_t * | msg |
| int heap_idx |
| relay_msg_t* 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().
| 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().