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
Benjamin J. Thompson
Tor
Commits
ee0a2729
Commit
ee0a2729
authored
Jan 10, 2021
by
Roger Dingledine
Browse files
fix typos and whitespace
parent
e7da6810
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/feature/client/entrynodes.c
View file @
ee0a2729
...
...
@@ -3850,7 +3850,7 @@ guards_retry_optimistic(const or_options_t *options)
* Check if we are missing any crucial dirinfo for the guard subsystem to
* work. Return NULL if everything went well, otherwise return a newly
* allocated string with an informative error message. In the latter case, use
* the gen
r
eal descriptor information <b>using_mds</b>, <b>num_present</b> and
* the gene
r
al descriptor information <b>using_mds</b>, <b>num_present</b> and
* <b>num_usable</b> to improve the error message. */
char
*
guard_selection_get_err_str_if_dir_info_missing
(
guard_selection_t
*
gs
,
...
...
src/feature/nodelist/nodelist.c
View file @
ee0a2729
...
...
@@ -959,6 +959,7 @@ nodelist_ensure_freshness(const networkstatus_t *ns)
nodelist_set_consensus
(
ns
);
}
}
/** Return a list of a node_t * for every node we know about. The caller
* MUST NOT modify the list. (You can set and clear flags in the nodes if
* you must, but you must not add or remove nodes.) */
...
...
src/feature/relay/selftest.c
View file @
ee0a2729
...
...
@@ -277,7 +277,7 @@ router_do_orport_reachability_checks(const routerinfo_t *me,
if
(
!
orport_reachable
)
{
/* Only log if we are actually doing a reachability test to learn if our
* ORPort is reachable. Else, this prints a log notice if we are simply
* opening a bandwidth testing circuit even
do
we are reachable. */
* opening a bandwidth testing circuit even
though
we are reachable. */
inform_testing_reachability
(
&
ap
->
addr
,
ap
->
port
,
false
);
}
...
...
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