[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #5898 [Tor Hidden Services]: publishing two hidden services descriptors to the same relay will use the same circuit
#5898: publishing two hidden services descriptors to the same relay will use the
same circuit
---------------------------------+------------------------------------------
Reporter: arma | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.3.x-final
Component: Tor Hidden Services | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------------------+------------------------------------------
Comment(by arma):
Turns out this is already fixed in 0.2.3 by the ISO_STREAM flag for
anonymized begindir requests:
{{{
/* Anonymized tunneled connections can never share a circuit.
* One-hop directory connections can share circuits with each other
* but nothing else. */
int iso_flags = anonymized_connection ? ISO_STREAM : ISO_SESSIONGRP;
}}}
So the question is, do we solve this for 0.2.2, or do we treat it as a
bugfix that 0.2.3 provides? I'd suggest leaving 0.2.2 alone and focusing
on other 0.2.3 things.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5898#comment:2>
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