gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 06/41: developer.texi: node fixes


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 06/41: developer.texi: node fixes
Date: Tue, 28 Nov 2017 21:03:12 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit 92efe3b3036a144cf2bb222e7a33004db4a08009
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 27 16:08:30 2017 +0000

    developer.texi: node fixes
---
 doc/documentation/chapters/developer.texi | 53 ++++++++++++++++---------------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/doc/documentation/chapters/developer.texi 
b/doc/documentation/chapters/developer.texi
index f3f12405b..514a5549a 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -59,15 +59,15 @@ new chapters, sections or insightful comments.
 * WLAN plugin::
 * ATS Subsystem::
 * CORE Subsystem::
-* CADET subsystem::
-* NSE subsystem::
-* HOSTLIST subsystem::
-* IDENTITY subsystem::
+* CADET Subsystem::
+* NSE Subsystem::
+* HOSTLIST Subsystem::
+* IDENTITY Subsystem::
 * NAMESTORE Subsystem::
-* PEERINFO subsystem::
-* PEERSTORE subsystem::
+* PEERINFO Subsystem::
+* PEERSTORE Subsystem::
 * SET Subsystem::
-* STATISTICS subsystem::
+* STATISTICS Subsystem::
 * Distributed Hash Table (DHT)::
 * GNU Name System (GNS)::
 * GNS Namecache::
@@ -1967,7 +1967,7 @@ way to make porting of GNUnet easier.
 * Message Queue API::
 * Service API::
 * Optimizing Memory Consumption of GNUnet's (Multi-) Hash Maps::
-* The CONTAINER_MDLL API::
+* CONTAINER_MDLL API::
 @end menu
 
 @cindex Logging
@@ -3207,7 +3207,7 @@ Iterating over the list should be done by directly 
accessing the
 
 @cindex Automatic Restart Manager
 @cindex ARM
address@hidden The Automatic Restart Manager (ARM)
address@hidden Automatic Restart Manager (ARM)
 @section Automatic Restart Manager (ARM)
 @c %**end of header
 
@@ -4721,8 +4721,8 @@ receiving a type map by sending back a
 retransmit the type map (with exponential back-off).
 
 @cindex CADET Subsystem
address@hidden CADET subsystem
address@hidden CADET subsystem
address@hidden CADET Subsystem
address@hidden CADET Subsystem
 
 The CADET subsystem in GNUnet is responsible for secure end-to-end
 communications between nodes in the GNUnet overlay network. CADET builds
@@ -4848,8 +4848,8 @@ Finally, when an application no longer wants to use 
CADET, it should call
 transmissions must be closed (otherwise CADET will complain).
 
 @cindex NSE Subsystem
address@hidden NSE subsystem
address@hidden NSE subsystem
address@hidden NSE Subsystem
address@hidden NSE Subsystem
 
 
 NSE stands for @dfn{Network Size Estimation}. The NSE subsystem provides
@@ -5188,9 +5188,9 @@ Finally, when it comes to send the stored message for the 
current round to
 the neighbors there is a random delay added for each neighbor, to avoid
 traffic spikes and minimize cross-messages.
 
address@hidden HOSTLIST subsystem
address@hidden HOSTLIST subsystem
address@hidden HOSTLIST subsystem
address@hidden HOSTLIST Subsystem
address@hidden HOSTLIST Subsystem
address@hidden HOSTLIST Subsystem
 
 @c %**end of header
 
@@ -5850,8 +5850,8 @@ To stop monitoring, the client calls
 from the function to start the monitoring.
 
 @cindex PEERINFO Subsystem
address@hidden PEERINFO subsystem
address@hidden PEERINFO subsystem
address@hidden PEERINFO Subsystem
address@hidden PEERINFO Subsystem
 
 @c %**end of header
 
@@ -6093,9 +6093,9 @@ about every change and the callback function will be 
called to notify you
 about changes. The function returns a handle to cancel notifications
 with @code{GNUNET_PEERINFO_notify_cancel}.
 
address@hidden PEERSTORE subsystem
address@hidden GNUnet's PEERSTORE subsystem
address@hidden GNUnet's PEERSTORE subsystem
address@hidden PEERSTORE Subsystem
address@hidden PEERSTORE Subsystem
address@hidden PEERSTORE Subsystem
 
 @c %**end of header
 
@@ -6583,9 +6583,9 @@ All Bloom filter operations use a salt to mingle keys 
before hasing them
 into buckets, such that future iterations have a fresh chance of
 succeeding if they failed due to collisions before.
 
address@hidden STATISTICS subsystem
address@hidden STATISTICS subsystem
address@hidden STATISTICS subsystem
address@hidden STATISTICS Subsystem
address@hidden STATISTICS Subsystem
address@hidden STATISTICS Subsystem
 
 @c %**end of header
 
@@ -7786,8 +7786,9 @@ Obviously, this can done either by simply adding new 
blocks and selecting
 for the most recent expiration time during lookup, or by checking which
 block is more recent during the store operation.
 
address@hidden The REVOCATION Subsystem
address@hidden The REVOCATION Subsystem
address@hidden REVOCATION Subsystem
address@hidden REVOCATION Subsystem
address@hidden REVOCATION Subsystem
 @c %**end of header
 
 The REVOCATION subsystem is responsible for key revocation of Egos.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]