mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Add toggle setting for LAN plugin.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.bramble.api.plugin;
|
||||
|
||||
public interface TcpConstants {
|
||||
|
||||
String PREF_TCP_ENABLE = "enable";
|
||||
|
||||
int REASON_USER = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user