Updated manual

This commit is contained in:
Mark Qvist
2025-11-15 13:43:36 +01:00
parent e6db629915
commit f577d3018f
5 changed files with 14 additions and 12 deletions
Binary file not shown.
Binary file not shown.
@@ -224,10 +224,11 @@ users should carefully choose the interface which best suites their needs.
The ``TCPServerInterface`` allows users to host an instance accessible over TCP/IP. This The ``TCPServerInterface`` allows users to host an instance accessible over TCP/IP. This
method is generally faster, lower latency, and more energy efficient than using ``I2PInterface``, method is generally faster, lower latency, and more energy efficient than using ``I2PInterface``,
however it also leaks more data about the server host. The ``BackboneInterface`` is a very however it also leaks more data about the server host.
fast and efficient interface type available on POSIX operating systems, designed to handle
many hundreds of connections simultaneously with low memory, processing and I/O overhead. The ``BackboneInterface`` is a very fast and efficient interface type available on POSIX operating
It is fully compatible with the TCP-based interface types. systems, designed to handle many hundreds of connections simultaneously with low memory, processing
and I/O overhead. It is fully compatible with the TCP-based interface types.
TCP connections reveal the IP address of both your instance and the server to anyone who can TCP connections reveal the IP address of both your instance and the server to anyone who can
inspect the connection. Someone could use this information to determine your location or identity. Adversaries inspect the connection. Someone could use this information to determine your location or identity. Adversaries
+4 -4
View File
@@ -427,10 +427,10 @@ and <a class="reference internal" href="interfaces.html#interfaces-i2p"><span cl
users should carefully choose the interface which best suites their needs.</p> users should carefully choose the interface which best suites their needs.</p>
<p>The <code class="docutils literal notranslate"><span class="pre">TCPServerInterface</span></code> allows users to host an instance accessible over TCP/IP. This <p>The <code class="docutils literal notranslate"><span class="pre">TCPServerInterface</span></code> allows users to host an instance accessible over TCP/IP. This
method is generally faster, lower latency, and more energy efficient than using <code class="docutils literal notranslate"><span class="pre">I2PInterface</span></code>, method is generally faster, lower latency, and more energy efficient than using <code class="docutils literal notranslate"><span class="pre">I2PInterface</span></code>,
however it also leaks more data about the server host. The <code class="docutils literal notranslate"><span class="pre">BackboneInterface</span></code> is a very however it also leaks more data about the server host.</p>
fast and efficient interface type available on POSIX operating systems, designed to handle <p>The <code class="docutils literal notranslate"><span class="pre">BackboneInterface</span></code> is a very fast and efficient interface type available on POSIX operating
many hundreds of connections simultaneously with low memory, processing and I/O overhead. systems, designed to handle many hundreds of connections simultaneously with low memory, processing
It is fully compatible with the TCP-based interface types.</p> and I/O overhead. It is fully compatible with the TCP-based interface types.</p>
<p>TCP connections reveal the IP address of both your instance and the server to anyone who can <p>TCP connections reveal the IP address of both your instance and the server to anyone who can
inspect the connection. Someone could use this information to determine your location or identity. Adversaries inspect the connection. Someone could use this information to determine your location or identity. Adversaries
inspecting your packets may be able to record packet metadata like time of transmission and packet size. inspecting your packets may be able to record packet metadata like time of transmission and packet size.
+5 -4
View File
@@ -224,10 +224,11 @@ users should carefully choose the interface which best suites their needs.
The ``TCPServerInterface`` allows users to host an instance accessible over TCP/IP. This The ``TCPServerInterface`` allows users to host an instance accessible over TCP/IP. This
method is generally faster, lower latency, and more energy efficient than using ``I2PInterface``, method is generally faster, lower latency, and more energy efficient than using ``I2PInterface``,
however it also leaks more data about the server host. The ``BackboneInterface`` is a very however it also leaks more data about the server host.
fast and efficient interface type available on POSIX operating systems, designed to handle
many hundreds of connections simultaneously with low memory, processing and I/O overhead. The ``BackboneInterface`` is a very fast and efficient interface type available on POSIX operating
It is fully compatible with the TCP-based interface types. systems, designed to handle many hundreds of connections simultaneously with low memory, processing
and I/O overhead. It is fully compatible with the TCP-based interface types.
TCP connections reveal the IP address of both your instance and the server to anyone who can TCP connections reveal the IP address of both your instance and the server to anyone who can
inspect the connection. Someone could use this information to determine your location or identity. Adversaries inspect the connection. Someone could use this information to determine your location or identity. Adversaries