mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
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:
@@ -9,4 +9,6 @@ public interface ConnectionWindow {
|
||||
byte[] setSeen(long connection);
|
||||
|
||||
Map<Long, byte[]> getUnseen();
|
||||
|
||||
void erase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user