[tor-bugs] #15937 [Tor]: Clients fail on the 7th rapid SOCKS request to the same HS
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Mar 14 15:27:04 UTC 2016
#15937: Clients fail on the 7th rapid SOCKS request to the same HS
--------------------+------------------------------------
Reporter: teor | Owner: dgoulet
Type: defect | Status: needs_review
Priority: Low | Milestone: Tor: 0.2.8.x-final
Component: Tor | Version:
Severity: Normal | Resolution:
Keywords: tor-hs | Actual Points:
Parent ID: | Points: small/medium
Reviewer: | Sponsor: SponsorR
--------------------+------------------------------------
Changes (by dgoulet):
* status: needs_revision => needs_review
Comment:
See branch `bug15937_028_01`.
Tested and the 7th connection no longer kill all the others. Easy test:
{{{
for i in `seq 1 7`; do
torsocks wget http://someaddress.onion &
done
}}}
Note that once the descriptor arrives, the 5 other HSDir connections are
_not_ terminated immediately. It doesn't cause a bug or anything, it's
maybe an unnecessary load on the network to keep them finishing. I'll open
a bug later about that.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/15937#comment:21>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list