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/or.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/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 6f056b24dc..f713db7887 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -230,6 +230,8 @@ typedef enum { #define PROXY_CONNECT 1 #define PROXY_SOCKS4 2 #define PROXY_SOCKS5 3 +/* pluggable transports proxy type */ +#define PROXY_PLUGGABLE 4 /* Proxy client handshake states */ /* We use a proxy but we haven't even connected to it yet. */ |