]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove XXXX009 comment telling us to do the last (circID-related) fix
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Nov 2004 20:19:45 +0000 (20:19 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Nov 2004 20:19:45 +0000 (20:19 +0000)
svn:r2798

src/or/circuitbuild.c

index 0bd8c01f57fbea529c2853d35eb97690b798d865..63801982aecb787db9f4fd35db102187272f355b 100644 (file)
@@ -350,15 +350,6 @@ circuit_deliver_create_cell(circuit_t *circ, char *payload) {
   tor_assert(circ->n_conn->type == CONN_TYPE_OR);
   tor_assert(payload);
 
-  /* XXXX009 How can we keep a good upgrade path here?  We should
-   * compare keys, not nicknames...but older servers will compare nicknames.
-   * Should we check server version from the most recent directory? Hm.
-   *
-   * This is important if anybody is unverified.
-   *
-   * Solution: switch to identity-based comparison, but if we get
-   * any circuits in the wrong half of the space, switch.
-   */
   circ->n_circ_id = get_unique_circ_id_by_conn(circ->n_conn);
   if(!circ->n_circ_id) {
     log_fn(LOG_WARN,"failed to get unique circID.");