gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: reverting part of fix for #


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: reverting part of fix for #5818
Date: Tue, 23 Jul 2019 22:52:36 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b5d78311e reverting part of fix for #5818
b5d78311e is described below

commit b5d78311efeded3e135e8f4b19bc1e0596d0496c
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Jul 23 22:51:17 2019 +0200

    reverting part of fix for #5818
---
 src/cadet/test_cadet.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index bbc120fb1..80a6e8227 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -1223,7 +1223,7 @@ main (int argc, char *argv[])
      * total_packets received data packet (@orig)
      * 1 received channel destroy (@dest) FIXME #5818
      */
-    ok_goal = total_packets * 2 + 1;
+    ok_goal = total_packets * 2 + 2;
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "SPEED_ACK\n");
     test = SPEED_ACK;
     test_name = "speed ack";
@@ -1237,7 +1237,7 @@ main (int argc, char *argv[])
      * 1 received data packet (@orig)
      * 1 received channel destroy (@dest)  FIXME #5818
      */
-    ok_goal = total_packets + 3;
+    ok_goal = total_packets + 4;
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "SPEED\n");
     if (strstr (argv[0], "_reliable") != NULL)
     {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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