tor/src/or
Nick Mathewson 60b01c6d5e Change interface for configuring cell ewma algorithm.
The rule is now: take the value from the CircuitPriorityHalflife
config option if it is set.  If it zero, disable the cell_ewma
algorithm.  If it is set, use it to calculate the scaling factor.
If it is not set, look for a CircPriorityHalflifeMsec parameter in the
consensus networkstatus.  If *that* is zero, then disable the cell_ewma
algorithm; if it is set, use it to calculate the scaling factor.
If it is not set at all, disable the algorithm.
2009-12-15 13:58:24 -05:00
..
buffers.c *_free functions now accept NULL 2009-12-12 03:29:44 +01:00
circuitbuild.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
circuitlist.c Optimize cell-ewma circuit priority algorithm. 2009-12-13 21:05:53 -05:00
circuituse.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
command.c clean up the XXX comments around bug 1038 2009-10-26 01:32:27 -04:00
config_codedigest.c fix codestyle issues 2009-05-24 02:42:37 +02:00
config.c Change interface for configuring cell ewma algorithm. 2009-12-15 13:58:24 -05:00
connection_edge.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
connection_or.c Optimize cell-ewma circuit priority algorithm. 2009-12-13 21:05:53 -05:00
connection.c Optimize cell-ewma circuit priority algorithm. 2009-12-13 21:05:53 -05:00
control.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
cpuworker.c Don't leak memory if we get too many create cells 2009-07-27 22:38:09 -04:00
directory.c Merge commit 'sebastian/coverity' 2009-12-12 02:10:19 -05:00
dirserv.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
dirvote.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
dns.c Enhance pqueue so we can remove items from the middle. 2009-12-12 19:06:38 -05:00
dnsserv.c LetsKillNoConnect removes support for .noconnect 2009-08-08 19:15:22 -07:00
eventdns_tor.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
eventdns.c Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00
eventdns.h Fix compile warnings on Snow Leopard 2009-09-01 18:36:27 +02:00
geoip.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
hibernate.c Fix/annotate deadcode for CID 402,403 2009-10-26 22:40:41 -04:00
main.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
Makefile.am Code to generate, store, and parse microdescriptors and consensuses. 2009-10-15 15:17:13 -04:00
microdesc.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
networkstatus.c Change interface for configuring cell ewma algorithm. 2009-12-15 13:58:24 -05:00
ntmain.c Whitespace fix 2009-09-28 23:50:57 -04:00
onion.c Fix bug 1042. 2009-10-26 22:49:43 -07:00
or.h Change interface for configuring cell ewma algorithm. 2009-12-15 13:58:24 -05:00
policies.c *_free functions now accept NULL 2009-12-12 03:29:44 +01:00
reasons.c A changelog entry and a bit more documentation for socks-client 2009-08-26 11:34:45 -04:00
relay.c Change interface for configuring cell ewma algorithm. 2009-12-15 13:58:24 -05:00
rendclient.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
rendcommon.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
rendmid.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
rendservice.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
rephist.c *_free functions now accept NULL 2009-12-12 03:29:44 +01:00
router.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
routerlist.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
routerparse.c Now that FOO_free(NULL) always works, remove checks before calling it. 2009-12-12 02:07:59 -05:00
tor_main.c Add the first 8 bytes of the git commit digest to our versions. 2009-08-21 12:31:13 -04:00