forked from I2P_Developers/i2p.i2p
* Fixes after review:
- Fix Polish po file - Install as a service by default on Windows again - Change CPUID getters to package private - Split new jbigi install messages into two lines - Javadocs
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
<html><body>
|
||||
<p>Implements a TCP-like (reliable, authenticated, in order) set of sockets for
|
||||
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
|
||||
messages.</p>
|
||||
messages.
|
||||
Note that this class is split across two jars, streaming.jar and ministreaming.jar.
|
||||
The interfaces and some very old code are in ministreaming.jar, but the
|
||||
real work gets done in streaming.jar. Clients must have both jars
|
||||
in their classpath.
|
||||
Most clients will require (only) streaming.jar, ministreaming.jar, and i2p.jar
|
||||
in their classpath to communicate with the router.
|
||||
</p>
|
||||
|
||||
<p>When an application wants to use streams, it must fetch an {@link
|
||||
net.i2p.client.streaming.I2PSocketManager} from the {@link
|
||||
|
Reference in New Issue
Block a user