From 04bb8c804677f1ba1aa0212e34c19869c853a1e4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 15 May 2004 07:21:25 +0000 Subject: bugfix: if a circuit if borderline too old, then count it as too old. bugfix: we were retrying the same circuit after getting a resolve failure. so of course the next two tries would fail too. now we try a new circuit each time (at most three times). svn:r1867 --- src/or/or.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index a8eeca897e..924131cf73 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1149,8 +1149,6 @@ extern unsigned long stats_n_relay_cells_delivered; int circuit_receive_relay_cell(cell_t *cell, circuit_t *circ, int cell_direction); -int circuit_package_relay_cell(cell_t *cell, circuit_t *circ, - int cell_direction, crypt_path_t *layer_hint); void relay_header_pack(char *dest, const relay_header_t *src); void relay_header_unpack(relay_header_t *dest, const char *src); -- cgit v1.2.3-54-g00ecf