gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27159 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r27159 - gnunet/src/transport
Date: Thu, 16 May 2013 09:21:59 +0200

Author: wachs
Date: 2013-05-16 09:21:59 +0200 (Thu, 16 May 2013)
New Revision: 27159

Modified:
   gnunet/src/transport/test_transport_api_manipulation_cfg.c
Log:
test failing on pi


Modified: gnunet/src/transport/test_transport_api_manipulation_cfg.c
===================================================================
--- gnunet/src/transport/test_transport_api_manipulation_cfg.c  2013-05-15 
22:34:47 UTC (rev 27158)
+++ gnunet/src/transport/test_transport_api_manipulation_cfg.c  2013-05-16 
07:21:59 UTC (rev 27159)
@@ -257,6 +257,15 @@
     hdr->type = htons (TEST_MESSAGE_TYPE);
   }
 
+  if (0 == messages_recv)
+  {
+       start_normal = GNUNET_TIME_absolute_get();
+  }
+  if (1 == messages_recv)
+  {
+               start_delayed = GNUNET_TIME_absolute_get();
+  }
+
   char *ps = GNUNET_strdup (GNUNET_i2s (&p2->id));
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Peer %u (`%4s') sending message with type %u and size %u bytes 
to peer %u (`%4s')\n",
@@ -283,14 +292,6 @@
   GNUNET_free (receiver_s);
 
 
-  if (0 == messages_recv)
-  {
-       start_normal = GNUNET_TIME_absolute_get();
-  }
-  if (1 == messages_recv)
-  {
-               start_delayed = GNUNET_TIME_absolute_get();
-  }
 
   s_sending = GNUNET_YES;
   th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, 
TEST_MESSAGE_SIZE, 0,




reply via email to

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