mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +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:
@@ -28,7 +28,7 @@ implements ConnectionEncrypter {
|
||||
capacity -= mac.length;
|
||||
}
|
||||
|
||||
public long getCapacity() {
|
||||
public long getRemainingCapacity() {
|
||||
return capacity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user