mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Use strings rather than hashes to identify transports. Dev task #64.
This commit is contained in:
@@ -2,6 +2,12 @@ package org.briarproject.api;
|
||||
|
||||
public interface TransportPropertyConstants {
|
||||
|
||||
/**
|
||||
* The maximum length of a string that uniquely identifies a transport
|
||||
* plugin.
|
||||
*/
|
||||
int MAX_TRANSPORT_ID_LENGTH = 10;
|
||||
|
||||
/** The maximum number of properties per transport. */
|
||||
int MAX_PROPERTIES_PER_TRANSPORT = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user