summaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_hello.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-13 17:58:10 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-13 17:58:10 +0200
commitb8da8b39b97eb830a7c03c79e5e1d8508026987c (patch)
treef7a4d3367393328cba3a3533fb8c1729f870b990 /src/cadet/gnunet-service-cadet_hello.c
parent0bd93f589ac8cdfdd93f6f427287179c15e149e3 (diff)
downloadgnunet-b8da8b39b97eb830a7c03c79e5e1d8508026987c.tar.gz
gnunet-b8da8b39b97eb830a7c03c79e5e1d8508026987c.zip
do notify client about destroyed channel on MQ error
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.c')
-rw-r--r--src/cadet/gnunet-service-cadet_hello.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cadet/gnunet-service-cadet_hello.c b/src/cadet/gnunet-service-cadet_hello.c
index 61686e5da..0061bddc2 100644
--- a/src/cadet/gnunet-service-cadet_hello.c
+++ b/src/cadet/gnunet-service-cadet_hello.c
@@ -17,13 +17,10 @@
17*/ 17*/
18/** 18/**
19 * @file cadet/gnunet-service-cadet_hello.c 19 * @file cadet/gnunet-service-cadet_hello.c
20 * @brief spread knowledge about how to contact other peers from PEERINFO 20 * @brief spread knowledge about how to contact us (get HELLO from peerinfo),
21 * and remember HELLOs of other peers we have an interest in
21 * @author Bartlomiej Polot 22 * @author Bartlomiej Polot
22 * @author Christian Grothoff 23 * @author Christian Grothoff
23 *
24 * TODO:
25 * - is most of this necessary/helpful?
26 * - should we not simply restrict this to OUR hello?
27 */ 24 */
28#include "platform.h" 25#include "platform.h"
29#include "gnunet_util_lib.h" 26#include "gnunet_util_lib.h"