diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 23:47:04 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 23:47:04 -0800 |
commit | 4590993ff3d4393caaa1d9d68d04cf0af95c23c7 (patch) | |
tree | 943e39fd58833d90e345c20d7a399f3d244573f4 /src/or/entrynodes.c | |
parent | b75880d7b3d02f5c60bf2e215c6e84da4f3e1938 (diff) | |
download | tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.tar.gz tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.zip |
Space fixes.
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r-- | src/or/entrynodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index 96b075a35c..066dbecc2a 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -1031,7 +1031,7 @@ entry_guards_parse_state(or_state_t *state, int set, char **msg) } /* First try 3 params, then 2. */ - /* In the long run: circuit_success ~= successful_circuit_close + + /* In the long run: circuit_success ~= successful_circuit_close + * collapsed_circuits + * unusable_circuits */ if (tor_sscanf(line->value, "%lf %lf %lf %lf %lf %lf", @@ -1197,7 +1197,7 @@ entry_guards_update_state(or_state_t *state) if (e->circ_attempts) { *next = line = tor_malloc_zero(sizeof(config_line_t)); line->key = tor_strdup("EntryGuardPathBias"); - /* In the long run: circuit_success ~= successful_circuit_close + + /* In the long run: circuit_success ~= successful_circuit_close + * collapsed_circuits + * unusable_circuits */ tor_asprintf(&line->value, "%lf %lf %lf %lf %lf %lf", |