gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26135 - gnunet/src/ats
Date: Fri, 15 Feb 2013 13:12:02 +0100

Author: wachs
Date: 2013-02-15 13:12:01 +0100 (Fri, 15 Feb 2013)
New Revision: 26135

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 11:21:30 UTC 
(rev 26134)
+++ gnunet/src/ats/gnunet-service-ats_addresses.c       2013-02-15 12:12:01 UTC 
(rev 26135)
@@ -105,10 +105,22 @@
  * kept. If session == 0, the addresses is removed.
  *
  * -- Requesting an address suggestion
- * FIXME
+ * The address client issues a request address message to be notified about
+ * address suggestions for a specific peer. Addresses asks the solver with 
s_get.
+ * If no address is available, it will not send a response, otherwise it will
+ * respond with the choosen address.
  *
- * - Address suggestions:
+ * -- Address suggestions
+ * Addresses will notify the client automatically on any bandwidth_changed_cb
+ * by the solver if a address suggestion request is pending. If no address is
+ * available it will not respond at all If the client is not interested 
anymore,
+ * it has to cancel the address suggestion request.
  *
+ * -- Suggestions blocks and reset
+ * After suggesting an address it is blocked for ATS_BLOCKING_DELTA sec. to
+ * prevent the client from being thrashed. If the client requires immediately
+ * it can reset this block using GAS_addresses_handle_backoff_reset.
+ *
  * - Bandwidth assignment
  *
  * The addresses are used to perform resource allocation operations. ATS




reply via email to

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