The connection recogniser doesn't need to store newly added windows.

This commit is contained in:
akwizgran
2012-10-24 20:32:55 +01:00
parent 9b00a6f029
commit aef83df55f
4 changed files with 19 additions and 21 deletions

View File

@@ -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);