package org.briarproject.api.properties; public interface TransportPropertyConstants { /** The maximum number of properties per transport. */ int MAX_PROPERTIES_PER_TRANSPORT = 100; /** The maximum length of a property's key or value in UTF-8 bytes. */ int MAX_PROPERTY_LENGTH = 100; }