mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Use our own SOCKS implementation to talk to Tor.
This commit is contained in:
@@ -9,4 +9,5 @@ public interface TorConstants {
|
||||
int SOCKS_PORT = 59050;
|
||||
int CONTROL_PORT = 59051;
|
||||
|
||||
int CONNECT_TO_PROXY_TIMEOUT = 5000; // Milliseconds
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@ public interface DevReporter {
|
||||
* Send reports previously stored on-disk.
|
||||
*
|
||||
* @param reportDir the directory where reports are stored.
|
||||
* @param socksPort the SOCKS port of a Tor client.
|
||||
*/
|
||||
void sendReports(File reportDir, int socksPort);
|
||||
void sendReports(File reportDir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user