forked from I2P_Developers/i2p.i2p
I2CP: Move the port 7654 definition
This commit is contained in:
@@ -275,7 +275,7 @@ public class I2PSocketManagerFactory {
|
||||
}
|
||||
|
||||
private static int getPort() {
|
||||
int i2cpPort = I2PSession.DEFAULT_LISTEN_PORT;
|
||||
int i2cpPort = I2PClient.DEFAULT_LISTEN_PORT;
|
||||
String i2cpPortStr = System.getProperty(I2PClient.PROP_TCP_PORT);
|
||||
if (i2cpPortStr != null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user