From 4d23e1d38ffc3e14c47f2efd7affcbbda099b463 Mon Sep 17 00:00:00 2001 From: meeh Date: Tue, 10 Apr 2018 13:51:14 +0000 Subject: [PATCH] Corrected a wrong path, and extended info about i2ptunnel. --- README.DIRECTORIES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.DIRECTORIES.md b/README.DIRECTORIES.md index 2a2828992..40d338701 100644 --- a/README.DIRECTORIES.md +++ b/README.DIRECTORIES.md @@ -11,7 +11,7 @@ Directory | Description `apps/apparmor` | Ruleset for AppArmor. `apps/BOB` | Code for the BOB service. `apps/i2psnark` | Code for i2psnark, the torrent client component in webconsole. -`apps/i2ptunnel` | Code for the Hidden Service Manager in webconsole. +`apps/i2ptunnel` | Code for the Hidden Service Manager, and it's GUI in webconsole. `apps/jetty` | Jetty webserver code. `apps/routerconsole` | The router console code. `apps/sam` | SAM service. @@ -23,7 +23,7 @@ Directory | Description `core/java` | Common core code used both by the rotuer and apps. `core/java/src/net/i2p/app` | Code for app interface. `core/java/src/net/i2p/crypto` | This directory contain most of the crypto code. -`core/java/src/net/i2p/crypto` | Client interface code (I2PClient, I2PSession etc.). +`core/java/src/net/i2p/client` | Client interface code (I2PClient, I2PSession etc.). `core/java/src/net/i2p/socks` | SOCKS implementation. `core/java/src/net/i2p/update` | Parts of the update code. `core/java/src/net/i2p/util` | Utillity code like Log, FileUtil, EepGet, HexDump, and so on.