gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15583 - in gnunet: . src/fs


From: gnunet
Subject: [GNUnet-SVN] r15583 - in gnunet: . src/fs
Date: Tue, 14 Jun 2011 16:12:05 +0200

Author: grothoff
Date: 2011-06-14 16:12:05 +0200 (Tue, 14 Jun 2011)
New Revision: 15583

Modified:
   gnunet/ChangeLog
   gnunet/src/fs/gnunet-publish.c
Log:
fix

Modified: gnunet/ChangeLog
===================================================================
--- gnunet/ChangeLog    2011-06-14 13:35:15 UTC (rev 15582)
+++ gnunet/ChangeLog    2011-06-14 14:12:05 UTC (rev 15583)
@@ -4,14 +4,14 @@
 
        * FS still has a few missing features, but largely works
        * DATASTORE is O(n) where it should be O(log n) for some operations
-       * UDP does not work (only messages < 1500 bytes, no fragmentation)
+       * TRANSPORT-UDP does not work (only messages < 1500 bytes, no 
fragmentation)
        * TESTING does not support incremental HELLO changes
        * TRANSPORT ATS is not used for actual bandwidth assignment,
                  important options to make it truly useful are still missing
        * NAT traversal partially works for TCP (ICMP-based method only)
        * MESH does not work (mock API emulates for VPN)
        * VPN is experimental
-        * WLAN is experimental
+        * TRANSPORT-WLAN is experimental
        * CHAT is experimental, has known bugs and was not reviewed yet
        * MONKEY is highly experimental
        * FRAGMENTATION library is not implemented

Modified: gnunet/src/fs/gnunet-publish.c
===================================================================
--- gnunet/src/fs/gnunet-publish.c      2011-06-14 13:35:15 UTC (rev 15582)
+++ gnunet/src/fs/gnunet-publish.c      2011-06-14 14:12:05 UTC (rev 15583)
@@ -222,7 +222,7 @@
   fprintf (stdout, 
           "\t%s\n",
           keyword);
-  return 0;
+  return GNUNET_OK;
 }
 
 
@@ -263,7 +263,7 @@
     {
       if (*uri != NULL)
        {
-         new_uri = GNUNET_FS_uri_ksk_merge (topKeywords,
+         new_uri = GNUNET_FS_uri_ksk_merge (topKeywords,
                                             *uri);
          GNUNET_FS_uri_destroy (*uri); 
          *uri = new_uri;




reply via email to

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