gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35917 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r35917 - gnunet/src/cadet
Date: Wed, 10 Jun 2015 14:08:18 +0200

Author: bartpolot
Date: 2015-06-10 14:08:18 +0200 (Wed, 10 Jun 2015)
New Revision: 35917

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- move break to documentation

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-06-10 12:08:17 UTC 
(rev 35916)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-06-10 12:08:18 UTC 
(rev 35917)
@@ -1671,9 +1671,8 @@
     GCC_debug (c, GNUNET_ERROR_TYPE_DEBUG);
     if (CADET_CONNECTION_READY == c->state)
     {
-      /* The other peer confirmed this connection,
-       * they should not try to duplicate it. */
-      GNUNET_break_op (0); /* FIXME */
+      /* The other peer confirmed a live connection with this path,
+       * why is it trying to duplicate it. */
       return GNUNET_YES;
     }
 
@@ -1853,6 +1852,7 @@
       // Keep both and postpone disambiguation?
       // Keep the one created by peer with higher ID?
       // For now: reject new connection until current confirmed dead
+      GNUNET_break_op (0);
       send_broken_unknown (cid, &my_full_id, NULL, peer);
 
       return GNUNET_OK;




reply via email to

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