propagate from branch 'i2p.i2p' (head eac6caabd2ea6731ee27111f0dbadf5afcd3695b)

to branch 'i2p.i2p.zzz.test2' (head 911a8782667d878dd7a2976c7fb10d481d80e023)
This commit is contained in:
zzz
2014-02-07 16:33:59 +00:00
52 changed files with 3722 additions and 3257 deletions

View File

@@ -1,10 +1,12 @@
<html><body>
<p>Implements a TCP-like (reliable, authenticated, in order) set of sockets for
<p>Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
This is the streaming implementation (moved for ticket #1135 to here).
For the API (which you probably want), see ministreaming.
Clients should not need to access anything in this package directly.
Use the interfaces and factory in net.i2p.streaming.
Note that this class is split across two jars, streaming.jar and ministreaming.jar.
The interfaces and some code are in ministreaming.jar, but the