tor  master
Data Fields
ewma_policy_data_s Struct Reference
Collaboration diagram for ewma_policy_data_s:
Collaboration graph
[legend]

Data Fields

circuitmux_policy_data_t base_
 
smartlist_tactive_circuit_pqueue
 
unsigned int active_circuit_pqueue_last_recalibrated
 

Field Documentation

◆ active_circuit_pqueue

smartlist_t* active_circuit_pqueue

Priority queue of cell_ewma_t for circuits with queued cells waiting for room to free up on the channel that owns this circuitmux. Kept in heap order according to EWMA. This was formerly in channel_t, and in or_connection_t before that.

◆ active_circuit_pqueue_last_recalibrated

unsigned int active_circuit_pqueue_last_recalibrated

The tick on which the cell_ewma_ts in active_circuit_pqueue last had their ewma values rescaled. This was formerly in channel_t, and in or_connection_t before that.


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