create new thread to just for existing process
dont' rely on executor there yet
This commit is contained in:
parent
3a82421b63
commit
ea37b44fa3
|
@ -19,12 +19,6 @@ public interface TorConstants {
|
|||
|
||||
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 HANDLER_TOR_MSG = "torServiceMsg";
|
||||
|
|
Loading…
Reference in New Issue