mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Variable-length frames (untested).
This commit is contained in:
@@ -24,7 +24,7 @@ class TestStreamEncrypter implements StreamEncrypter {
|
||||
}
|
||||
|
||||
public void writeFrame(byte[] payload, int payloadLength,
|
||||
boolean finalFrame) throws IOException {
|
||||
int paddingLength, boolean finalFrame) throws IOException {
|
||||
if(writeTag) {
|
||||
out.write(tag);
|
||||
writeTag = false;
|
||||
|
||||
Reference in New Issue
Block a user