net.sf.briar.api.transport
Interface TransportConstants


public interface TransportConstants


Field Summary
static int IV_LENGTH
          The length in bytes of the encrypted IV that uniquely identifies a connection.
static int MAX_FRAME_LENGTH
          The maximum length of a frame in bytes, including the header and footer.
 

Field Detail

MAX_FRAME_LENGTH

static final int MAX_FRAME_LENGTH
The maximum length of a frame in bytes, including the header and footer.

See Also:
Constant Field Values

IV_LENGTH

static final int IV_LENGTH
The length in bytes of the encrypted IV that uniquely identifies a connection.

See Also:
Constant Field Values