mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Try harder to document default_options correctly.
This commit is contained in:
parent
b0d4ca4990
commit
3795f6a78b
@ -2315,11 +2315,11 @@ compute_publishserverdescriptor(or_options_t *options)
|
|||||||
* */
|
* */
|
||||||
#define RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT (10)
|
#define RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT (10)
|
||||||
|
|
||||||
/** Return 0 if every setting in <b>options</b> is reasonable, does not
|
/** Return 0 if every setting in <b>options</b> is reasonable, is a
|
||||||
* differ from <b>default_options</b> unless in testing Tor networks, and
|
* permissible transition from <b>old_options</b>, and none of the
|
||||||
* is a permissible transition from <b>old_options</b>. Else return -1.
|
* testing-only settings differ from <b>default_options</b> unless in
|
||||||
* Should have no side effects, except for normalizing the contents of
|
* testing mode. Else return -1. Should have no side effects, except for
|
||||||
* <b>options</b>.
|
* normalizing the contents of <b>options</b>.
|
||||||
*
|
*
|
||||||
* On error, tor_strdup an error explanation into *<b>msg</b>.
|
* On error, tor_strdup an error explanation into *<b>msg</b>.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user