diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-12-17 15:01:31 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2013-02-09 16:30:16 +0000 |
commit | 14b84858c062955dc52fbcdcf1146ce0031a95da (patch) | |
tree | 0a0964d1b87ea3bd27b72d5f16381dca16d8929f /src/or/entrynodes.h | |
parent | faf4f6c6d1da54b0a6b0c9946112f2e448867a8f (diff) | |
download | tor-14b84858c062955dc52fbcdcf1146ce0031a95da.tar.gz tor-14b84858c062955dc52fbcdcf1146ce0031a95da.zip |
Send SOCKS arguments when doing SOCKS4.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index 6865231f57..ddf386c0d4 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -110,6 +110,9 @@ int any_pending_bridge_descriptor_fetches(void); int entries_known_but_down(const or_options_t *options); void entries_retry_all(const or_options_t *options); +const smartlist_t *get_socks_args_by_bridge_addrport(const tor_addr_t *addr, + uint16_t port); + int any_bridges_dont_support_microdescriptors(void); void entry_guards_free_all(void); |