Keep the connection windows in memory.

This commit is contained in:
akwizgran
2011-11-16 17:57:56 +00:00
parent f10512d787
commit 01dd658200
4 changed files with 38 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ public interface ConnectionWindow {
boolean isSeen(long connection);
void setSeen(long connection);
byte[] setSeen(long connection);
Map<Long, byte[]> getUnseen();
}