[tor-bugs] #24118 [Core Tor/Tor]: spec: Update dir-spec.txt with HS v3 consensus param
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Nov 13 15:37:40 UTC 2017
#24118: spec: Update dir-spec.txt with HS v3 consensus param
------------------------------+------------------------------------
Reporter: dgoulet | Owner: dgoulet
Type: defect | Status: reopened
Priority: Medium | Milestone: Tor: 0.3.2.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: tor-hs, tor-spec | Actual Points:
Parent ID: | Points:
Reviewer: asn | Sponsor:
------------------------------+------------------------------------
Changes (by dgoulet):
* status: closed => reopened
* resolution: fixed =>
Comment:
Arf... forgot:
{{{
/* Return the maximum size of a v3 HS descriptor. */
unsigned int
hs_cache_get_max_descriptor_size(void)
{
return (unsigned) networkstatus_get_param(NULL,
"HSV3MaxDescriptorSize",
HS_DESC_MAX_LEN, 1,
INT32_MAX);
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24118#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list