Frame reordering window.

This commit is contained in:
akwizgran
2012-01-19 23:26:26 +00:00
parent 02c516492f
commit e43ffe1ab4
13 changed files with 212 additions and 24 deletions

View File

@@ -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;
}