gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2616 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r2616 - GNUnet-docs/WWW
Date: Sat, 8 Apr 2006 10:36:08 -0700 (PDT)

Author: grothoff
Date: 2006-04-08 10:36:05 -0700 (Sat, 08 Apr 2006)
New Revision: 2616

Modified:
   GNUnet-docs/WWW/hacking_organization.php3
Log:
fix

Modified: GNUnet-docs/WWW/hacking_organization.php3
===================================================================
--- GNUnet-docs/WWW/hacking_organization.php3   2006-04-05 21:06:12 UTC (rev 
2615)
+++ GNUnet-docs/WWW/hacking_organization.php3   2006-04-08 17:36:05 UTC (rev 
2616)
@@ -72,16 +72,16 @@
 P();
 W("First, a client such as %s or %s connects (via a secure TCP connection, 
typically
 loopback) to the %s.",
-  ARRAY(extlink_("doxygen/html/gnunetsearch_8c.html","gnunet-search"),
-       extlink_("doxygen/html/gnunetinsert_8c.html","gnunet-insert"),
+  ARRAY(extlink_("doxygen/html/gnunet-search_8c.html","gnunet-search"),
+       extlink_("doxygen/html/gnunet-insert_8c.html","gnunet-insert"),
        extlink_("doxygen/html/tcpserver_8c.html","tcpserver")));
 W("The actuall connection operation is initiated in some helper library 
written for the specific application, in this case <tt>libgnunetfsui</tt> calls 
<tt>libgnunetecrs</tt> which calls <tt>libgnunetfs</tt> which sends the actual 
request via TCP using <tt>libgnunetutil</tt>.");
 W("A common request is a %s which is handed by the %s in the GNUnet CORE to 
the FS service, which then passes the query to the internal %s for routing.",
-  ARRAY(extlink_("doxygen/html/structTCP__Query__Request.html","query"),
+  
ARRAY(extlink_("doxygen/html/structCS__fs__request__search__MESSAGE.html","query"),
         extlink_("doxygen/html/tcpserver_8c.html","tcpserver"),
        extlink_("doxygen/html/gnunet__gap__service_8h.html","GAP service")));
 W("The GAP service then produces a query which is enqueued in the %s module of 
the CORE for transmission to other peers.",
-  extlink_("#connection","connection"));
+  extlink_("doxygen/html/connection_8c.html#a64","connection"));
 W("After a while, the entire buffer is flushed and send to the destination(s) 
with a help from the %s and %s modules.",
   ARRAY(extlink_("doxygen/html/gnunet__identity__service_8h.html","identity"),
        
extlink_("doxygen/html/gnunet__transport__service_8h.html","transport")));
@@ -90,7 +90,7 @@
 P();
 W("The second path comes into play after gnunetd receives a message on any 
transport mechanism.");
 W("The message is %s according to its message type.",
-  extlink_("doxygen/html/handler_8c.html#a14","demultiplexed"));
+  extlink_("doxygen/html/handler_8c.html#a26","demultiplexed"));
 W("If it is a query the GAP and FS modules perform a lookup and eventually 
send a reply.");
 W("The reply goes the same path back, eventually reaching the other peer where 
it is then passed to the user interface.");
 EP();





reply via email to

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