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

@ -146,7 +146,7 @@ class SAMStreamSession implements SAMMessageSess {
allprops.putAll(props);
String i2cpHost = allprops.getProperty(I2PClient.PROP_TCP_HOST, "127.0.0.1");
int i2cpPort = I2PSession.DEFAULT_LISTEN_PORT;
int i2cpPort = I2PClient.DEFAULT_LISTEN_PORT;
String sport = allprops.getProperty(I2PClient.PROP_TCP_PORT);
if (sport != null) {
try {