diff options
author | Roger Dingledine <arma@torproject.org> | 2009-10-26 01:32:27 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-10-26 01:32:27 -0400 |
commit | fa23430496f2675c2dca5dbc0c6455c404c184fe (patch) | |
tree | 017ff438f616726afdaa35dbc80fee5c25d62106 /src/or/relay.c | |
parent | c97a4878af5267a06db4b45a4ed1f70dda7106f2 (diff) | |
download | tor-fa23430496f2675c2dca5dbc0c6455c404c184fe.tar.gz tor-fa23430496f2675c2dca5dbc0c6455c404c184fe.zip |
clean up the XXX comments around bug 1038
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 653aa594cc..2151ddeb9b 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -556,9 +556,9 @@ relay_send_command_from_edge(uint16_t stream_id, circuit_t *circ, * Don't worry about the conn protocol version: * append_cell_to_circuit_queue will fix it up. */ /* XXX For now, clients don't use RELAY_EARLY cells when sending - * relay cells on rendezvous circuits. See bug 1038. Eventually, - * we can take this behavior away in favor of having clients avoid - * rendezvous points running 0.2.1.3-alpha through 0.2.1.18. -RD */ + * relay cells on rendezvous circuits. See bug 1038. Once no relays + * (and thus no rendezvous points) are running 0.2.1.3-alpha through + * 0.2.1.18, we can take out that exception. -RD */ cell.command = CELL_RELAY_EARLY; --origin_circ->remaining_relay_early_cells; log_debug(LD_OR, "Sending a RELAY_EARLY cell; %d remaining.", |