gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21489 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r21489 - gnunet/src/mesh
Date: Tue, 15 May 2012 02:58:27 +0200

Author: grothoff
Date: 2012-05-15 02:58:27 +0200 (Tue, 15 May 2012)
New Revision: 21489

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
-help seaspider some more

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-05-15 00:56:10 UTC (rev 
21488)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-05-15 00:58:27 UTC (rev 
21489)
@@ -1603,7 +1603,7 @@
                                          GNUNET_TIME_UNIT_FOREVER_REL,  /* 
timeout */
                                          GNUNET_BLOCK_TYPE_TEST,        /* 
type */
                                          &id.hashPubKey,        /* key to 
search */
-                                         10U,     /* replication level */
+                                         10,     /* replication level */
                                          GNUNET_DHT_RO_RECORD_ROUTE | 
GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, NULL,       /* xquery */
                                          0,     /* xquery bits */
                                          &dht_get_id_handler, path_info);
@@ -2979,7 +2979,7 @@
     info->peer->types[j] = GNUNET_MESSAGE_TYPE_MESH_PATH_ACK;
     info->peer->infos[j] = info;
     info->peer->core_transmit[j] =
-        GNUNET_CORE_notify_transmit_ready (core_handle, 0, 100,
+        GNUNET_CORE_notify_transmit_ready (core_handle, 0, 10,
                                            GNUNET_TIME_UNIT_FOREVER_REL, peer,
                                            sizeof (struct GNUNET_MESH_PathACK),
                                            &send_core_path_ack, info);
@@ -4281,7 +4281,7 @@
               GNUNET_h2s (&hash));
   t->dht_get_type =
       GNUNET_DHT_get_start (dht_handle, GNUNET_TIME_UNIT_FOREVER_REL,
-                            GNUNET_BLOCK_TYPE_TEST, &hash, 10U,
+                            GNUNET_BLOCK_TYPE_TEST, &hash, 10,
                             GNUNET_DHT_RO_RECORD_ROUTE |
                             GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, NULL, 0,
                             &dht_get_type_handler, t);




reply via email to

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