* 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::
* 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
@cindex Automatic Restart Manager
@cindex ARM
-@node The Automatic Restart Manager (ARM)
+@node Automatic Restart Manager (ARM)
@section Automatic Restart Manager (ARM)
@c %**end of header
retransmit the type map (with exponential back-off).
@cindex CADET Subsystem
-@node CADET subsystem
-@section CADET subsystem
+@node CADET Subsystem
+@section CADET Subsystem
The CADET subsystem in GNUnet is responsible for secure end-to-end
communications between nodes in the GNUnet overlay network. CADET builds
transmissions must be closed (otherwise CADET will complain).
@cindex NSE Subsystem
-@node NSE subsystem
-@section NSE subsystem
+@node NSE Subsystem
+@section NSE Subsystem
NSE stands for @dfn{Network Size Estimation}. The NSE subsystem provides
the neighbors there is a random delay added for each neighbor, to avoid
traffic spikes and minimize cross-messages.
-@cindex HOSTLIST subsystem
-@node HOSTLIST subsystem
-@section HOSTLIST subsystem
+@cindex HOSTLIST Subsystem
+@node HOSTLIST Subsystem
+@section HOSTLIST Subsystem
@c %**end of header
from the function to start the monitoring.
@cindex PEERINFO Subsystem
-@node PEERINFO subsystem
-@section PEERINFO subsystem
+@node PEERINFO Subsystem
+@section PEERINFO Subsystem
@c %**end of header
about changes. The function returns a handle to cancel notifications
with @code{GNUNET_PEERINFO_notify_cancel}.
-@cindex PEERSTORE subsystem
-@node GNUnet's PEERSTORE subsystem
-@section GNUnet's PEERSTORE subsystem
+@cindex PEERSTORE Subsystem
+@node PEERSTORE Subsystem
+@section PEERSTORE Subsystem
@c %**end of header
into buckets, such that future iterations have a fresh chance of
succeeding if they failed due to collisions before.
-@cindex STATISTICS subsystem
-@node STATISTICS subsystem
-@section STATISTICS subsystem
+@cindex STATISTICS Subsystem
+@node STATISTICS Subsystem
+@section STATISTICS Subsystem
@c %**end of header
for the most recent expiration time during lookup, or by checking which
block is more recent during the store operation.
-@node The REVOCATION Subsystem
-@section The REVOCATION Subsystem
+@cindex REVOCATION Subsystem
+@node REVOCATION Subsystem
+@section REVOCATION Subsystem
@c %**end of header
The REVOCATION subsystem is responsible for key revocation of Egos.