[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #21033 [Core Tor/Tor]: hs: HiddenServiceNumIntroductionPoints can't go below the default value of 3
#21033: hs: HiddenServiceNumIntroductionPoints can't go below the default value of
3
------------------------------+--------------------------------
Reporter: dgoulet | Owner:
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.3.0.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: tor-hs
Actual Points: | Parent ID:
Points: 0.1 | Reviewer:
Sponsor: SponsorR-can |
------------------------------+--------------------------------
With the `HiddenServiceNumIntroductionPoints` option, one should be able
to go from 0 to the maximum allowed that is 10.
Currently, our code restrict from default value of 3 to the maximum value
of 10. Bug is here:
{{{
service->n_intro_points_wanted =
(unsigned int) tor_parse_long(line->value, 10,
NUM_INTRO_POINTS_DEFAULT,
NUM_INTRO_POINTS_MAX, &ok, NULL);
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21033>
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