mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
mike needs DEFAULT_ROUTE_LEN in other files
This commit is contained in:
parent
a80ffbb6cc
commit
1d6656fcb3
@ -2323,9 +2323,6 @@ onionskin_answer(or_circuit_t *circ, uint8_t cell_type, const char *payload,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/** How many hops does a general-purpose circuit have by default? */
|
||||
#define DEFAULT_ROUTE_LEN 3
|
||||
|
||||
/** Choose a length for a circuit of purpose <b>purpose</b>.
|
||||
* Default length is 3 + the number of endpoints that would give something
|
||||
* away. If the routerlist <b>routers</b> doesn't have enough routers
|
||||
|
@ -2958,6 +2958,9 @@ int buf_find_string_offset(const buf_t *buf, const char *s, size_t n);
|
||||
|
||||
/********************************* circuitbuild.c **********************/
|
||||
|
||||
/** How many hops does a general-purpose circuit have by default? */
|
||||
#define DEFAULT_ROUTE_LEN 3
|
||||
|
||||
char *circuit_list_path(origin_circuit_t *circ, int verbose);
|
||||
char *circuit_list_path_for_controller(origin_circuit_t *circ);
|
||||
void circuit_log_path(int severity, unsigned int domain,
|
||||
|
Loading…
Reference in New Issue
Block a user