Add toggle setting for LAN plugin.

This commit is contained in:
akwizgran
2020-06-26 17:34:36 +01:00
parent fc86c46456
commit 03811f78fa
10 changed files with 128 additions and 19 deletions
@@ -0,0 +1,8 @@
package org.briarproject.bramble.api.plugin;
public interface TcpConstants {
String PREF_TCP_ENABLE = "enable";
int REASON_USER = 1;
}