Merge branch '871-increase-socket-timeout' into 'master'

Increase socket timeout for Tor sockets

See merge request !519
This commit is contained in:
akwizgran
2017-04-19 16:53:59 +00:00
4 changed files with 18 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ public interface TorConstants {
int CONTROL_PORT = 59051;
int CONNECT_TO_PROXY_TIMEOUT = 5000; // Milliseconds
int EXTRA_SOCKET_TIMEOUT = 30000; // Milliseconds
String PREF_TOR_NETWORK = "network";
String PREF_TOR_PORT = "port";