blob: b31e908b065e3e353036d6d5cbc86a608cd14733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* * 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"
|