mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
More refactoring to connect ConnectionRecogniser to ConnectionReader.
Added TestDatabaseModule so tests can specify their own DB configuration. The modules are currently too tightly coupled - see whether any dependencies can be removed.
This commit is contained in:
@@ -13,5 +13,5 @@ interface ConnectionEncrypter {
|
||||
void writeMac(byte[] mac) throws IOException;
|
||||
|
||||
/** Returns the maximum number of bytes that can be written. */
|
||||
long getCapacity();
|
||||
long getRemainingCapacity();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user