gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1877 - in GNUnet/src: applications/fs/ecrs util


From: grothoff
Subject: [GNUnet-SVN] r1877 - in GNUnet/src: applications/fs/ecrs util
Date: Tue, 23 Aug 2005 18:53:19 -0700 (PDT)

Author: grothoff
Date: 2005-08-23 18:53:17 -0700 (Tue, 23 Aug 2005)
New Revision: 1877

Modified:
   GNUnet/src/applications/fs/ecrs/upload.c
   GNUnet/src/util/hashing.c
Log:
docs

Modified: GNUnet/src/applications/fs/ecrs/upload.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/upload.c    2005-08-23 22:33:32 UTC (rev 
1876)
+++ GNUnet/src/applications/fs/ecrs/upload.c    2005-08-24 01:53:17 UTC (rev 
1877)
@@ -41,10 +41,10 @@
 #define DEBUG_UPLOAD NO
 
 /**
- * Append the given key and query to the iblock[level].
- * If iblock[level] is already full, compute its chk
- * and push it to level+1.  iblocks is guaranteed to
- * be big enough.
+ * Append the given key and query to the iblock[level].  If
+ * iblock[level] is already full, compute its chk and push it to
+ * level+1 and clear the level.  iblocks is guaranteed to be big
+ * enough.
  */
 static int pushBlock(GNUNET_TCP_SOCKET * sock,
                     const CHK * chk,   

Modified: GNUnet/src/util/hashing.c
===================================================================
--- GNUnet/src/util/hashing.c   2005-08-23 22:33:32 UTC (rev 1876)
+++ GNUnet/src/util/hashing.c   2005-08-24 01:53:17 UTC (rev 1877)
@@ -390,7 +390,7 @@
 /**
  * Convert hash to ASCII encoding.  The ASCII encoding is rather
  * GNUnet specific.  It was chosen such that it only uses characters
- * in [0-9A-Z], can be produced without complex arithmetics and uses a
+ * in [0-9A-V], can be produced without complex arithmetics and uses a
  * small number of characters.  The GNUnet encoding uses 102
  * characters plus a null terminator.
  *





reply via email to

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