gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: don't let further circuits


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: don't let further circuits disrupt 'gnunet-cadet -o'
Date: Tue, 07 Feb 2017 19:19:02 +0100

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

lynx pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2a79d2a8d don't let further circuits disrupt 'gnunet-cadet -o'
2a79d2a8d is described below

commit 2a79d2a8df64c33828f5cccec68e6cbb2062648a
Author: psyc://loupsycedyglgamf.onion/~lynX 
<BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>
AuthorDate: Thu Feb 2 09:21:56 2017 +0000

    don't let further circuits disrupt 'gnunet-cadet -o'
---
 AUTHORS                  | 2 +-
 src/cadet/gnunet-cadet.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index f5ec48bc6..aedc5dffb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -112,7 +112,7 @@ FreeBSD         : Kirill Ponomarew <address@hidden>
 Debian GNU/Linux: Daniel Baumann <address@hidden>
 OpenWrt/LEDE    : Daniel Golle <address@hidden>
 OS X            : Jussi Eloranta <address@hidden>
-
+Gentoo         : Carlo von lynX <psyc://loupsycedyglgamf.onion/~lynX>
 
 If you have contributed and are not listed here, please
 notify one of the maintainers in order to be added.
diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index 043318ff3..f9f156f58 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -435,18 +435,18 @@ channel_incoming (void *cls,
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Not listening to channels\n");
     return NULL;
   }
-#if 0
   // Closing the listen port currently breaks open connections.
   // Is this an intentional departure from POSIX socket behavior?
   //
   if (NULL != lp) {
     /* Now that we have our circuit up and running, let's not
      * get confused by further incoming connect requests.
+     * You need to start another 'gnunet-cadet -o' process
+     * to receive those.
      */
     GNUNET_CADET_close_port (lp);
     lp = NULL;
   }
-#endif
   ch = channel;
   if (GNUNET_NO == echo)
   {

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



reply via email to

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