Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
1cc77365
Commit
1cc77365
authored
Nov 06, 2012
by
Nick Mathewson
⛰
Browse files
Actually generate microdescriptors with p6 lines.
parent
54ee7ff1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dirserv.c
View file @
1cc77365
...
...
@@ -73,8 +73,10 @@ static const struct consensus_method_range_t {
int
high
;
}
microdesc_consensus_methods
[]
=
{
{
MIN_METHOD_FOR_MICRODESC
,
MIN_METHOD_FOR_A_LINES
-
1
},
{
MIN_METHOD_FOR_A_LINES
,
MAX_SUPPORTED_CONSENSUS_METHOD
},
{
-
1
,
-
1
}};
{
MIN_METHOD_FOR_A_LINES
,
MIN_METHOD_FOR_P6_LINES
-
1
},
{
MIN_METHOD_FOR_P6_LINES
,
MAX_SUPPORTED_CONSENSUS_METHOD
},
{
-
1
,
-
1
}
};
static
void
directory_remove_invalid
(
void
);
static
cached_dir_t
*
dirserv_regenerate_directory
(
void
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment