mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Keep the connection windows in memory.
This commit is contained in:
@@ -6,7 +6,7 @@ public interface ConnectionWindow {
|
||||
|
||||
boolean isSeen(long connection);
|
||||
|
||||
void setSeen(long connection);
|
||||
byte[] setSeen(long connection);
|
||||
|
||||
Map<Long, byte[]> getUnseen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user