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

Data Fields

circuitmux_policy_circ_data_t base_
 
cell_ewma_t cell_ewma
 
circuit_tcirc
 

Field Documentation

◆ cell_ewma

cell_ewma_t cell_ewma

The EWMA count for the number of cells flushed from this circuit onto this circuitmux. Used to determine which circuit to flush from next. This was formerly in circuit_t and or_circuit_t.

◆ circ

circuit_t* circ

Pointer back to the circuit_t this is for; since we're separating out circuit selection policy like this, we can't attach cell_ewma_t to the circuit_t any more, so we can't use SUBTYPE_P directly to a circuit_t like before; instead get it here.


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