net.sf.briar.api.protocol
Interface ProtocolConstants


public interface ProtocolConstants


Field Summary
static int MAX_PACKET_LENGTH
          The maximum length of a serialised packet in bytes.
 

Field Detail

MAX_PACKET_LENGTH

static final int MAX_PACKET_LENGTH
The maximum length of a serialised packet in bytes. To allow for future changes in the frame format, this is smaller than the amount of data that can fit in a frame using the current format.

See Also:
Constant Field Values