mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Use our own SOCKS implementation to talk to Tor.
This commit is contained in:
@@ -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