Tor
0.4.7.0-alpha-dev
|
Header file for circuitmux_ewma.c. More...
Go to the source code of this file.
Functions | |
void | cmux_ewma_set_options (const or_options_t *options, const networkstatus_t *consensus) |
void | circuitmux_ewma_free_all (void) |
Variables | |
circuitmux_policy_t | ewma_policy |
Header file for circuitmux_ewma.c.
Definition in file circuitmux_ewma.h.
void circuitmux_ewma_free_all | ( | void | ) |
Drop all resources held by circuitmux_ewma.c, and deinitialize the module.
Definition at line 719 of file circuitmux_ewma.c.
void cmux_ewma_set_options | ( | const or_options_t * | options, |
const networkstatus_t * | consensus | ||
) |
Adjust the global cell scale factor based on options
Definition at line 597 of file circuitmux_ewma.c.