Erase connection windows before discarding them.

And I rewrote the locking in ConnectionRecogniserImpl again. I hate
that class so much.
This commit is contained in:
akwizgran
2011-11-18 15:25:30 +00:00
parent a349a3f1ea
commit 859ece6328
3 changed files with 94 additions and 93 deletions

View File

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