forked from I2P_Developers/i2p.i2p
Added package files for router.
This commit is contained in:
10
router/java/src/net/i2p/router/package.html
Normal file
10
router/java/src/net/i2p/router/package.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
The I2P router application handles the I2P network communication.
|
||||
</p>
|
||||
<p>
|
||||
It encompasses sending and receiving messages, building up tunnels, encrypting and decrypting (on multiple levels) where applicable, and so on.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
10
router/java/src/net/i2p/router/peermanager/package.html
Normal file
10
router/java/src/net/i2p/router/peermanager/package.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
The peer manager logs information about the history and quality of network peers.
|
||||
</p>
|
||||
<p>
|
||||
Peer capacity, speed and other parameters are calculated to determine in what cases we should use each peer.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
10
router/java/src/net/i2p/router/startup/package.html
Normal file
10
router/java/src/net/i2p/router/startup/package.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
The I2P startup package loads the configuration when I2P is started.
|
||||
</p>
|
||||
<p>
|
||||
The startup consists of a number of different jobs, like loading data from files for the network database, creating new router information (keypairs), and so on.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
The NTCP transport allows passing I2P messages on top of TCP. The N in NTCP stands for 'New', as the NTCP transport replaces an older TCP transport which had issues concerning congestion collapse.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
7
router/java/src/net/i2p/router/transport/package.html
Normal file
7
router/java/src/net/i2p/router/transport/package.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user