mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Start RSS Feed Fetcher only after TransportEnabledEvent for Tor
This commit is contained in:
12
briar-api/src/org/briarproject/api/plugins/TorConstants.java
Normal file
12
briar-api/src/org/briarproject/api/plugins/TorConstants.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package org.briarproject.api.plugins;
|
||||
|
||||
import org.briarproject.api.TransportId;
|
||||
|
||||
public interface TorConstants {
|
||||
|
||||
TransportId ID = new TransportId("tor");
|
||||
|
||||
int SOCKS_PORT = 59050;
|
||||
int CONTROL_PORT = 59051;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user