aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/developer.texi9
-rw-r--r--doc/handbook/chapters/installation.texi2
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index cd81fcfb7..7f16ea2ee 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -3557,8 +3557,9 @@ at least until benchmarks exist).
3557@subsubsection Availability 3557@subsubsection Availability
3558@c %**end of header 3558@c %**end of header
3559 3559
3560The new multi hash map code was committed in SVN 24319 (will be in GNUnet 3560The new multi hash map code was committed in SVN 24319 (which made its
35610.9.4). Various subsystems (transport, core, dht, file-sharing) were 3561way into GNUnet version 0.9.4).
3562Various subsystems (transport, core, dht, file-sharing) were
3562previously audited and modified to take advantage of the new capability. 3563previously audited and modified to take advantage of the new capability.
3563In particular, memory consumption of the file-sharing service is expected 3564In particular, memory consumption of the file-sharing service is expected
3564to drop by 20-30% due to this change. 3565to drop by 20-30% due to this change.
@@ -4073,6 +4074,7 @@ message, and delivers it to Carol as though it came directly from Alice.
4073@node SMTP plugin 4074@node SMTP plugin
4074@section SMTP plugin 4075@section SMTP plugin
4075@c %**end of header 4076@c %**end of header
4077@c TODO: Update!
4076 4078
4077This section describes the new SMTP transport plugin for GNUnet as it 4079This section describes the new SMTP transport plugin for GNUnet as it
4078exists in the 0.7.x and 0.8.x branch. SMTP support is currently not 4080exists in the 0.7.x and 0.8.x branch. SMTP support is currently not
@@ -4080,6 +4082,9 @@ available in GNUnet 0.9.x. This page also describes the transport layer
4080abstraction (as it existed in 0.7.x and 0.8.x) in more detail and gives 4082abstraction (as it existed in 0.7.x and 0.8.x) in more detail and gives
4081some benchmarking results. The performance results presented are quite 4083some benchmarking results. The performance results presented are quite
4082old and maybe outdated at this point. 4084old and maybe outdated at this point.
4085For the readers in the year 2019, you will notice by the mention of
4086version 0.7, 0.8, and 0.9 that this section has to be taken with your
4087usual grain of salt and be updated eventually.
4083 4088
4084@itemize @bullet 4089@itemize @bullet
4085@item Why use SMTP for a peer-to-peer transport? 4090@item Why use SMTP for a peer-to-peer transport?
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 2d4f2e43e..c7c9722fa 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -2209,7 +2209,7 @@ However, as TCP is generally less efficient and it is rarely the case
2209that a single GNUnet peer is supposed to serve an entire local network, 2209that a single GNUnet peer is supposed to serve an entire local network,
2210the default configuration should disable TCP access to all GNUnet 2210the default configuration should disable TCP access to all GNUnet
2211services on systems with support for UNIX domain sockets. 2211services on systems with support for UNIX domain sockets.
2212As of GNUnet 0.9.2, configuration files with TCP access disabled should be 2212Since GNUnet 0.9.2, configuration files with TCP access disabled should be
2213generated by default. Users can re-enable TCP access to particular 2213generated by default. Users can re-enable TCP access to particular
2214services simply by specifying a non-zero port number in the section of 2214services simply by specifying a non-zero port number in the section of
2215the respective service. 2215the respective service.