This commit is contained in:
zzz
2013-06-07 02:03:36 +00:00
parent ebc5e72908
commit 0fb4f6ab6a
7 changed files with 58 additions and 2 deletions

View File

@ -1,5 +1,12 @@
<html><body>
<p>
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
</p>
<p>
Not for use by apps, clients or plugins.
</p>
<p>
The Invisible Internet Network Protocol (I2NP) is only a part of how an
application can send messages over the network. The Invisible Internet Client
Protocol (I2CP) defines how client applications written in any language can

View File

@ -6,5 +6,10 @@
<p>
It encompasses sending and receiving messages, building up tunnels, encrypting and decrypting (on multiple levels) where applicable, and so on.
</p>
<p>
Classes in this package, sub-packages, and others in router.jar are
not for use by apps, clients or plugins (except for routerconsole).
Subject to change. Not necessarily maintained as a stable API.
</p>
</body>
</html>

View File

@ -3,4 +3,8 @@
These classes define the several useful utilities used
throughout the router.
</p>
<p>
Not for use by apps, clients or plugins.
Subject to change. Not necessarily maintained as a stable API.
</p>
</body></html>