Separated tag encoding from PacketWriterImpl, since it's also needed

by the code that recognises tags. Implemented ConnectionRecogniser
(untested).
This commit is contained in:
akwizgran
2011-08-11 19:55:22 +01:00
parent 7545a1cc8f
commit a789f49a39
9 changed files with 228 additions and 61 deletions

View File

@@ -35,6 +35,7 @@
<test name='net.sf.briar.transport.ConnectionWindowImplTest'/>
<test name='net.sf.briar.transport.PacketEncrypterImplTest'/>
<test name='net.sf.briar.transport.PacketWriterImplTest'/>
<test name='net.sf.briar.transport.TagEncoderTest'/>
<test name='net.sf.briar.util.FileUtilsTest'/>
<test name='net.sf.briar.util.StringUtilsTest'/>
<test name='net.sf.briar.util.ZipUtilsTest'/>