Added optional padding to the frame format, so transports that are

vulnerable to traffic analysis can frame their data independently of
packet boundaries.
This commit is contained in:
akwizgran
2011-08-19 14:47:16 +02:00
parent 7a53ea7814
commit 3084a6b058
6 changed files with 123 additions and 63 deletions

View File

@@ -31,7 +31,6 @@
<test name='net.sf.briar.protocol.ConsumersTest'/>
<test name='net.sf.briar.protocol.ProtocolReadWriteTest'/>
<test name='net.sf.briar.protocol.RequestReaderTest'/>
<test name='net.sf.briar.protocol.SigningDigestingOutputStreamTest'/>
<test name='net.sf.briar.protocol.writers.RequestWriterImplTest'/>
<test name='net.sf.briar.serial.ReaderImplTest'/>
<test name='net.sf.briar.serial.WriterImplTest'/>