mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Frame reordering window.
This commit is contained in:
@@ -26,4 +26,7 @@ public interface TransportConstants {
|
||||
|
||||
/** The size of the connection reordering window. */
|
||||
static final int CONNECTION_WINDOW_SIZE = 32;
|
||||
|
||||
/** The size of the frame reordering window. */
|
||||
static final int FRAME_WINDOW_SIZE = 32;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user