tor  master
Functions | Variables
circuitmux_ewma.h File Reference

Header file for circuitmux_ewma.c. More...

#include "or.h"
#include "circuitmux.h"
Include dependency graph for circuitmux_ewma.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Header file for circuitmux_ewma.c.

Function Documentation

◆ circuitmux_ewma_free_all()

void circuitmux_ewma_free_all ( void  )

Drop all resources held by circuitmux_ewma.c, and deinitialize the module.

◆ cmux_ewma_set_options()

void cmux_ewma_set_options ( const or_options_t options,
const networkstatus_t consensus 
)

Adjust the global cell scale factor based on options

Here is the call graph for this function: