gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26132 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r26132 - gnunet/src/ats
Date: Fri, 15 Feb 2013 11:49:47 +0100

Author: wachs
Date: 2013-02-15 11:49:47 +0100 (Fri, 15 Feb 2013)
New Revision: 26132

Modified:
   gnunet/src/ats/gnunet-service-ats_addresses.c
Log:
docu


Modified: gnunet/src/ats/gnunet-service-ats_addresses.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats_addresses.c       2013-02-15 10:36:49 UTC 
(rev 26131)
+++ gnunet/src/ats/gnunet-service-ats_addresses.c       2013-02-15 10:49:47 UTC 
(rev 26132)
@@ -81,6 +81,12 @@
  * object with session 0 is found, this object is updated with the
  * session otherwise a new address object with this session assigned is 
created.
  *
+ * Terminology:
+ * Addresses a1,a2 with session s1, s2 are "exact" if:
+ *  (a1 == a2) && (s1 == s2)
+ * Addresses a1,a2 with session s1, s2 are "equivalent" if:
+ *  (a1 == a2) && ((s1 == s2) || (s1 == 0) || (s2 ==0)
+ *
  * -- Adding an address:
 
  * When transport learns a new address it tells ATS and ATS is telling 
addresses
@@ -89,12 +95,12 @@
  * and solver is notified about the session and ATS information using s_update.
  *
  * -- Updating an address
- * Addresses does an lookup up for the existing address, dissambles included
- * ATS information and notifies the solver using s_update about the update.
+ * Addresses does an lookup up for the existing address with the given session.
+ * If disassembles included ATS information and notifies the solver using
+ * s_update about the update.
  *
- *
  * -- Deleting an address
- * FIXME
+ * Addresses does an lookup for the
  *
  * -- Requesting an address suggestion
  * FIXME




reply via email to

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