aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-15 19:20:53 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-15 19:20:53 +0000
commitff64e78b20177857208ab4e1bacdf4103e983126 (patch)
tree3a7918443bf2105b9685625647ad66d602ffc4d6 /src/or/relay.c
parent275bb57a777e8c67ad1672a603c2056bd9795cca (diff)
downloadtor-ff64e78b20177857208ab4e1bacdf4103e983126.tar.gz
tor-ff64e78b20177857208ab4e1bacdf4103e983126.zip
r14170@tombo: nickm | 2008-02-15 11:50:38 -0500
Fix or downgrade a bunch of xxx020 items. svn:r13527
Diffstat (limited to 'src/or/relay.c')
-rw-r--r--src/or/relay.c4
1 files changed, 2 insertions, 2 deletions
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. */