[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #5483 [Pluggable transport]: managed pluggable transports should be able to pause Tor's circuit-building?
#5483: managed pluggable transports should be able to pause Tor's circuit-
building?
---------------------------------+------------------------------------------
Reporter: arma | Owner: asn
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Pluggable transport | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------------------+------------------------------------------
Comment(by arma):
fyi, I've been using
{{{
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index 5d356b6..7ccd6f2 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -681,7 +681,7 @@ entry_guard_register_connect_status(const char
*digest, int
/* if the caller asked us to, also update the is_running flags for this
* relay */
- if (mark_relay_status)
+ if (mark_relay_status && succeeded)
router_set_status(digest, succeeded);
if (first_contact) {
}}}
to stop Tor from marking my bridge down, when I know my bridge is up. Not
fully tested, but putting the patch here so I don't lose it.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5483#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs