diff --git a/router/java/src/net/i2p/router/package.html b/router/java/src/net/i2p/router/package.html new file mode 100644 index 000000000..02e1bb656 --- /dev/null +++ b/router/java/src/net/i2p/router/package.html @@ -0,0 +1,10 @@ + + +

+ The I2P router application handles the I2P network communication. +

+

+ It encompasses sending and receiving messages, building up tunnels, encrypting and decrypting (on multiple levels) where applicable, and so on. +

+ + diff --git a/router/java/src/net/i2p/router/peermanager/package.html b/router/java/src/net/i2p/router/peermanager/package.html new file mode 100644 index 000000000..f422d0c10 --- /dev/null +++ b/router/java/src/net/i2p/router/peermanager/package.html @@ -0,0 +1,10 @@ + + +

+ The peer manager logs information about the history and quality of network peers. +

+

+ Peer capacity, speed and other parameters are calculated to determine in what cases we should use each peer. +

+ + diff --git a/router/java/src/net/i2p/router/startup/package.html b/router/java/src/net/i2p/router/startup/package.html new file mode 100644 index 000000000..7dfdabf9e --- /dev/null +++ b/router/java/src/net/i2p/router/startup/package.html @@ -0,0 +1,10 @@ + + +

+ The I2P startup package loads the configuration when I2P is started. +

+

+ 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. +

+ + diff --git a/router/java/src/net/i2p/router/transport/ntcp/package.html b/router/java/src/net/i2p/router/transport/ntcp/package.html new file mode 100644 index 000000000..4aeb388cf --- /dev/null +++ b/router/java/src/net/i2p/router/transport/ntcp/package.html @@ -0,0 +1,7 @@ + + +

+ 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. +

+ + diff --git a/router/java/src/net/i2p/router/transport/package.html b/router/java/src/net/i2p/router/transport/package.html new file mode 100644 index 000000000..4970c053e --- /dev/null +++ b/router/java/src/net/i2p/router/transport/package.html @@ -0,0 +1,7 @@ + + +

+ The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent. +

+ + diff --git a/router/java/src/net/i2p/router/transport/udp/package.html b/router/java/src/net/i2p/router/transport/udp/package.html new file mode 100644 index 000000000..1c1f94852 --- /dev/null +++ b/router/java/src/net/i2p/router/transport/udp/package.html @@ -0,0 +1,7 @@ + + +

+ The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. +

+ +