mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
make circuit-building less noisy when a node in your exclude/exit/entrynodes is down
svn:r1206
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ static void add_nickname_list_to_smartlist(smartlist_t *sl, char *list) {
|
||||
if (router->is_running)
|
||||
smartlist_add(sl,router);
|
||||
else
|
||||
log_fn(LOG_WARN,"Nickname list includes '%s' which is known but down.",nick);
|
||||
log_fn(LOG_INFO,"Nickname list includes '%s' which is known but down.",nick);
|
||||
} else
|
||||
log_fn(has_fetched_directory ? LOG_WARN : LOG_INFO,
|
||||
"Nickname list includes '%s' which isn't a known router.",nick);
|
||||
|
||||
+1
-1
@@ -148,7 +148,7 @@
|
||||
#define EXIT_CONN_STATE_RESOLVING 1 /* waiting for response from dns farm */
|
||||
#define EXIT_CONN_STATE_CONNECTING 2 /* waiting for connect() to finish */
|
||||
#define EXIT_CONN_STATE_OPEN 3
|
||||
#define EXIT_CONN_STATE_RESOLVEFAILED 4 /* waiting to be remoed*/
|
||||
#define EXIT_CONN_STATE_RESOLVEFAILED 4 /* waiting to be removed */
|
||||
#define _EXIT_CONN_STATE_MAX 4
|
||||
#if 0
|
||||
#define EXIT_CONN_STATE_CLOSE 3 /* flushing the buffer, then will close */
|
||||
|
||||
Reference in New Issue
Block a user