diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-06-14 03:27:07 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-06-14 03:27:07 +0200 |
commit | abe03f494321c985f5909558b5b476269982a894 (patch) | |
tree | c2b89064ecbb1ff2e8e8207ae96ae2dd0ce48d58 /src/or/connection.h | |
parent | a79bea40d84fd369ef4df950765afc4c635f9b31 (diff) | |
download | tor-abe03f494321c985f5909558b5b476269982a894.tar.gz tor-abe03f494321c985f5909558b5b476269982a894.zip |
Our warning now is much more specific, mentioning proxy type/addr/port.
Not included in the previous commit, because the implementation is
ugly; I see no other way of doing this though.
Diffstat (limited to 'src/or/connection.h')
-rw-r--r-- | src/or/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.h b/src/or/connection.h index 94ae64591f..ba6a258af3 100644 --- a/src/or/connection.h +++ b/src/or/connection.h @@ -57,6 +57,7 @@ int connection_connect(connection_t *conn, const char *address, int connection_proxy_connect(connection_t *conn, int type); int connection_read_proxy_handshake(connection_t *conn); +void log_failed_proxy_connection(connection_t *conn); int retry_all_listeners(smartlist_t *replaced_conns, smartlist_t *new_conns); |