aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-26 12:23:56 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-26 12:23:56 +0900
commit8e4aef844175c6da37861f92f8d104d533f199c9 (patch)
treedb932faf334163920a23ff92c9917eb4d5d7dc51
parentc1cf4ec20a9a3f5e804e83986dbdb8b8a0bb9ce5 (diff)
downloadgnunet-8e4aef844175c6da37861f92f8d104d533f199c9.tar.gz
gnunet-8e4aef844175c6da37861f92f8d104d533f199c9.zip
tcp comm kind of working
-rw-r--r--src/transport/gnunet-communicator-tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index c82fc88af..12f2dbc42 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -1388,6 +1388,7 @@ mq_send (struct GNUNET_MQ_Handle *mq,
1388 (GNUNET_YES == queue->finishing) ? "yes" : "no", 1388 (GNUNET_YES == queue->finishing) ? "yes" : "no",
1389 (NULL == queue->write_task) ? "yes" : "no"); 1389 (NULL == queue->write_task) ? "yes" : "no");
1390 GNUNET_assert (mq == queue->mq); 1390 GNUNET_assert (mq == queue->mq);
1391 queue->mq_awaits_continue = GNUNET_YES;
1391 if (GNUNET_YES == queue->finishing) 1392 if (GNUNET_YES == queue->finishing)
1392 return; /* this queue is dying, drop msg */ 1393 return; /* this queue is dying, drop msg */
1393 GNUNET_assert (0 == queue->pwrite_off); 1394 GNUNET_assert (0 == queue->pwrite_off);