From 19be8c40a853ac1282dfb3fdb2f4546b4777f68c Mon Sep 17 00:00:00 2001
From: str4d
+
The Invisible Internet Project (I2P)
@@ -15,7 +15,7 @@ are cryptographic identifiers (essentially a pair of tunnels" - a
+build a few inbound and outbound "tunnels" - a
sequence of peers that pass messages in one direction (to and from the client,
respectively). In turn, when a client wants to send a message to another client,
the client passes that message out one of their outbound tunnels targeting one of the
@@ -27,7 +27,7 @@ message is the absolute minimum necessary to meet both the sender's and the
receiver's threat model.
The first time a client wants to contact another client, they make a query -against the fully distributed "network +against the fully distributed "network database" - a custom structured distributed hash table (DHT) based off the Kademlia algorithm. This is done @@ -35,7 +35,7 @@ to find the other client's inbound tunnels efficiently, but subsequent messages between them usually includes that data so no further network database lookups are required.
-More details about how I2P works are available.
+More details about how I2P works are available.
The I2P development team is an open group, welcome to all -who are interested in getting involved, and all of -the code is open source. The core I2P SDK and the +
The I2P development team is an open group, welcome to all +who are interested in getting involved, and all of +the code is open source. The core I2P SDK and the current router implementation is done in Java (currently working with both sun and kaffe, gcj support planned for later), and there is a -simple socket based API for accessing the network from +simple socket based API for accessing the network from other languages (with a C library available, and both Python and Perl in development). The network is actively being developed and has not yet reached -the 1.0 release, but the current roadmap describes +the 1.0 release, but the current roadmap describes our schedule.
-{% endblock %} \ No newline at end of file +{% endblock %}