[or-cvs] r13487: Add roger's responses from IRC to some XXX020 items. (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Tue Feb 12 22:21:20 UTC 2008
Author: nickm
Date: 2008-02-12 17:21:20 -0500 (Tue, 12 Feb 2008)
New Revision: 13487
Modified:
tor/trunk/
tor/trunk/src/or/circuitlist.c
tor/trunk/src/or/connection_or.c
tor/trunk/src/or/routerlist.c
Log:
r18056 at catbus: nickm | 2008-02-12 17:21:10 -0500
Add roger's responses from IRC to some XXX020 items.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r18056] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c 2008-02-12 22:02:47 UTC (rev 13486)
+++ tor/trunk/src/or/circuitlist.c 2008-02-12 22:21:20 UTC (rev 13487)
@@ -808,6 +808,9 @@
{
/*XXXX020 arma: The purpose argument is ignored. Can that possibly be
* right? */
+ /* XXXX <arma> i don't know of any actual bugs that this causes. since i
+ * think we only call the function for purposes where we want it to do what
+ * the function does. somebody should check this though. */
circuit_t *_circ;
origin_circuit_t *best=NULL;
Modified: tor/trunk/src/or/connection_or.c
===================================================================
--- tor/trunk/src/or/connection_or.c 2008-02-12 22:02:47 UTC (rev 13486)
+++ tor/trunk/src/or/connection_or.c 2008-02-12 22:21:20 UTC (rev 13487)
@@ -406,6 +406,11 @@
* its actual addr/port, we won't remember. Careful! */
/* XXXX020 arma: this is stupid, and it's the reason we need real_addr
* to track is_canonical properly. What requires it? */
+ /* XXXX <arma> i believe the reason we did this, originally, is because
+ * we wanted to log what OR a connection was to, and if we logged the
+ * right IP address and port 56244, that wouldn't be as helpful. now we
+ * log the "right" port too, so we know if it's moria1 or moria2.
+ */
conn->_base.addr = r->addr;
conn->_base.port = r->or_port;
}
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2008-02-12 22:02:47 UTC (rev 13486)
+++ tor/trunk/src/or/routerlist.c 2008-02-12 22:21:20 UTC (rev 13487)
@@ -838,6 +838,8 @@
return choice;
/* XXXX020 arma: what's the point of *reloading* and trying again?? -NM */
+ /* XXXX020 <arma> once upon a time, reloading set the is_running back
+ to 1. i think. i bet it has no purpose now. */
log_info(LD_DIR,"Still no %s router entries. Reloading and trying again.",
(flags & PDS_IGNORE_FASCISTFIREWALL) ? "known" : "reachable");
if (router_reload_router_list()) {
More information about the tor-commits
mailing list