I2CP: Move the port 7654 definition

This commit is contained in:
zzz
2018-12-03 16:17:30 +00:00
parent 5e7a277e98
commit 7c5162e155
16 changed files with 27 additions and 30 deletions

View File

@@ -99,7 +99,7 @@ public class I2PSnarkUtil {
_baseName = baseName;
_opts = new HashMap<String, String>();
//setProxy("127.0.0.1", 4444);
setI2CPConfig("127.0.0.1", I2PSession.DEFAULT_LISTEN_PORT, null);
setI2CPConfig("127.0.0.1", I2PClient.DEFAULT_LISTEN_PORT, null);
_banlist = new ConcurrentHashSet<Hash>();
_maxUploaders = Snark.MAX_TOTAL_UPLOADERS;
_maxUpBW = SnarkManager.DEFAULT_MAX_UP_BW;