mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
The connection recogniser doesn't need to store newly added windows.
This commit is contained in:
@@ -18,7 +18,7 @@ public interface ConnectionRecogniser {
|
||||
ConnectionContext acceptConnection(TransportId t, byte[] tag)
|
||||
throws DbException;
|
||||
|
||||
void addSecret(TemporarySecret s) throws DbException;
|
||||
void addSecret(TemporarySecret s);
|
||||
|
||||
void removeSecret(ContactId c, TransportId t, long period);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user