gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
note to self

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-06-10 12:08:14 UTC 
(rev 35913)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-06-10 12:08:15 UTC 
(rev 35914)
@@ -1844,7 +1844,13 @@
     {
       path_destroy (path);
       GCC_destroy (c);
-      // FIXME use explicit duplicate
+      // FIXME Peer created a connection equal to one we think exists
+      //       and is fine. What should we do?
+      // Use explicit duplicate?
+      // Accept new conn and destroy the old? (interruption in higher level)
+      // Keep both and postpone disambiguation?
+      // Keep the one created by peer with higher ID?
+      // For now: reject new connection until current confirmed dead
       send_broken_unknown (cid, &my_full_id, NULL, peer);
 
       return GNUNET_OK;




reply via email to

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