From ff64e78b20177857208ab4e1bacdf4103e983126 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Feb 2008 19:20:53 +0000 Subject: r14170@tombo: nickm | 2008-02-15 11:50:38 -0500 Fix or downgrade a bunch of xxx020 items. svn:r13527 --- src/or/relay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/relay.c') diff --git a/src/or/relay.c b/src/or/relay.c index cc5ee4f13b..262e72f675 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -503,7 +503,7 @@ relay_send_command_from_edge(uint16_t stream_id, circuit_t *circ, if (cell_direction == CELL_DIRECTION_OUT && circ->n_conn) { /* if we're using relaybandwidthrate, this conn wants priority */ - /* XXXX020 the call to time() seems little too frequent */ + /* XXXX021 the call to time() seems little too frequent */ circ->n_conn->client_used = time(NULL); } @@ -1511,7 +1511,7 @@ circuit_consider_sending_sendme(circuit_t *circ, crypt_path_t *layer_hint) static int total_cells_allocated = 0; #ifdef ENABLE_CELL_POOL /* Defined in ./configure. True by default. */ -/* XXX020 make cell pools the only option once we know they work and improve +/* XXX021 make cell pools the only option once we know they work and improve * matters? -RD */ static mp_pool_t *cell_pool = NULL; /** Allocate structures to hold cells. */ -- cgit v1.2.3-54-g00ecf