create new thread to just for existing process

dont' rely on executor there yet
This commit is contained in:
Nathan Freitas 2014-08-12 02:03:43 -04:00
parent 3a82421b63
commit ea37b44fa3
1 changed files with 0 additions and 6 deletions

View File

@ -19,12 +19,6 @@ public interface TorConstants {
public final static String NEWLINE = "\n"; public final static String NEWLINE = "\n";
/*
public final static String TORRC_DEFAULT =
"SocksPort 9050\nSocksListenAddress 127.0.0.1\nSafeSocks 1\nDNSPort 5400\nLog debug syslog\nDataDirectory /data/data/org.torproject.android/cache\n"
+ "ControlPort 9051\nCookieAuthentication 1\nRelayBandwidthRate 20 KBytes\nRelayBandwidthBurst 20 KBytes\nAutomapHostsOnResolve 1\nTransPort 9040\n";
*/
// public final static String INTENT_TOR_SERVICE = "org.torproject.android.service.TOR_SERVICE"; // public final static String INTENT_TOR_SERVICE = "org.torproject.android.service.TOR_SERVICE";
public final static String HANDLER_TOR_MSG = "torServiceMsg"; public final static String HANDLER_TOR_MSG = "torServiceMsg";