Start RSS Feed Fetcher only after TransportEnabledEvent for Tor

This commit is contained in:
Torsten Grote
2016-08-18 15:19:51 -03:00
committed by akwizgran
parent 042050453a
commit e023e5d8fc
5 changed files with 48 additions and 22 deletions

View 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;
}