diff --git a/docs/Reticulum Manual.epub b/docs/Reticulum Manual.epub index af7b8db..4b33271 100644 Binary files a/docs/Reticulum Manual.epub and b/docs/Reticulum Manual.epub differ diff --git a/docs/Reticulum Manual.pdf b/docs/Reticulum Manual.pdf index 079a085..4ed73c2 100644 Binary files a/docs/Reticulum Manual.pdf and b/docs/Reticulum Manual.pdf differ diff --git a/docs/manual/_sources/gettingstartedfast.rst.txt b/docs/manual/_sources/gettingstartedfast.rst.txt index a16cccc..0ce5017 100644 --- a/docs/manual/_sources/gettingstartedfast.rst.txt +++ b/docs/manual/_sources/gettingstartedfast.rst.txt @@ -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 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 -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. -It is fully compatible with the TCP-based interface types. +however it also leaks more data about the server host. + +The ``BackboneInterface`` is a very 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. 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 inspect the connection. Someone could use this information to determine your location or identity. Adversaries diff --git a/docs/manual/gettingstartedfast.html b/docs/manual/gettingstartedfast.html index b978707..3eceb2b 100644 --- a/docs/manual/gettingstartedfast.html +++ b/docs/manual/gettingstartedfast.html @@ -427,10 +427,10 @@ and

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, -however it also leaks more data about the server host. The BackboneInterface is a very -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. -It is fully compatible with the TCP-based interface types.

+however it also leaks more data about the server host.

+

The BackboneInterface is a very 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. 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 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. diff --git a/docs/source/gettingstartedfast.rst b/docs/source/gettingstartedfast.rst index a16cccc..0ce5017 100644 --- a/docs/source/gettingstartedfast.rst +++ b/docs/source/gettingstartedfast.rst @@ -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 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 -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. -It is fully compatible with the TCP-based interface types. +however it also leaks more data about the server host. + +The ``BackboneInterface`` is a very 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. 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 inspect the connection. Someone could use this information to determine your location or identity. Adversaries