gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11058 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r11058 - gnunet/src/hostlist
Date: Fri, 23 Apr 2010 15:19:24 +0200

Author: wachs
Date: 2010-04-23 15:19:24 +0200 (Fri, 23 Apr 2010)
New Revision: 11058

Modified:
   gnunet/src/hostlist/hostlist-client.c
Log:


Modified: gnunet/src/hostlist/hostlist-client.c
===================================================================
--- gnunet/src/hostlist/hostlist-client.c       2010-04-23 11:42:19 UTC (rev 
11057)
+++ gnunet/src/hostlist/hostlist-client.c       2010-04-23 13:19:24 UTC (rev 
11058)
@@ -518,7 +518,10 @@
 }
 
 
-/* linked_list_? */
+/**
+ * Method returning the uri with the lowest quality in the datastore
+ * @return hostlist with lowest quality
+ */
 static struct Hostlist *
 linked_list_get_lowest_quality ( )
 {
@@ -540,9 +543,7 @@
 
 
 /**
- * Task that checks if we should try to download a hostlist.
- * If so, we initiate the download, otherwise we schedule
- * this task again for a later time.
+ * Method to insert a hostlist into the datastore. If datastore contains 
maximum number of elements, the elements with lowest quality is dismissed
  */
 static void
 insert_hostlist ( void )





reply via email to

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