Add question about port 32000
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
</a></li><li><a href="#proxy_safe">Is using an outproxy safe?</a></li>
|
||||
<li><a href="#down">Most of the eepsites within I2P are down?</a></li>
|
||||
<li><a href="#ports">What ports does I2P use?</a></li>
|
||||
<li><a href="#port32000">Why is I2P listening for connections on port 32000?</a></li>
|
||||
<li><a href="#bug">I think I found a bug, where can I report it?</a></li>
|
||||
<li><a href="#jrandom">What happened to *.i2p.net? What happened to jrandom? Is I2P dead?</a></li>
|
||||
<li><a href="#question">I have a question!</a></li>
|
||||
@@ -99,8 +100,7 @@ The *.i2p.net domains were left in a non-functioning state after a power
|
||||
outage at the hosting company.</p>
|
||||
<p>See <a href="jrandom-awol.html">this page</a> for jrandom's parting message and additional information
|
||||
on the migration of *.i2p.net to <a href="index.html">this website</a>.</p>
|
||||
<p>I2P it remains in active development and we anticipate
|
||||
several releases in 2011 and beyond.</p>
|
||||
<p>I2P remains in active development.</p>
|
||||
|
||||
<h3 id="cpu">My router is using too much CPU?!?
|
||||
<span class="permalink">(<a href="#cpu">link</a>)</span></h3>
|
||||
@@ -108,7 +108,9 @@ several releases in 2011 and beyond.</p>
|
||||
There are many possible causes of high CPU usage. Here is a checklist:
|
||||
</p><ul>
|
||||
<li>
|
||||
Try to use either OpenJDK or Sun/Oracle Java if it's available for your system. You can check which version of java you have installed by typing <code>java -version</code> at a command/shell prompt. Performance tends to suffer with other implementations of java.
|
||||
Try to use either OpenJDK or Sun/Oracle Java if it's available for your system. You can check
|
||||
which version of java you have installed by typing <code>java -version</code> at a
|
||||
command/shell prompt. Performance tends to suffer with other implementations of java.
|
||||
</li>
|
||||
<li>
|
||||
Are you running a BitTorrent client over I2P? Try reducing the number of torrents, the bandwidth limits,
|
||||
@@ -550,6 +552,15 @@ router advanced configuration option <tt>i2cp.tcp.bindAllInterfaces=true</tt> an
|
||||
only hurts you - don't do it).
|
||||
</p>
|
||||
|
||||
<h3 id="port32000">Why is I2P listening on port 32000?
|
||||
<span class="permalink">(<a href="#port32000">link</a>)</span></h3>
|
||||
<p>The Tanuki java service wrapper that we use opens this port—bound to localhost—in order
|
||||
to communicate with software running inside the JVM. When the JVM is launched it is given a key
|
||||
so it can connect connect to the wrapper. After the JVM establishes its connection
|
||||
to the wrapper, the wrapper refuses any additional connections.</p>
|
||||
<p>More information can be found in the
|
||||
<a href="http://wrapper.tanukisoftware.com/doc/english/prop-port.html">wrapper documentation</a>.</p>
|
||||
|
||||
<h3 id="manual_reseed">How do I reseed manually?
|
||||
<span class="permalink">(<a href="#manual_reseed">link</a>)</span></h3>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user