mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
13 lines
260 B
C
13 lines
260 B
C
|
/* * Copyright (c) 2012, The Tor Project, Inc. */
|
||
|
/* See LICENSE for licensing information */
|
||
|
|
||
|
/**
|
||
|
* \file circuitmux_ewma.c
|
||
|
* \brief EWMA circuit selection as a circuitmux_t policy
|
||
|
**/
|
||
|
|
||
|
#include "or.h"
|
||
|
#include "circuitmux.h"
|
||
|
#include "circuitmux_ewma.h"
|
||
|
|