From: Schanzenbach, Martin Date: Thu, 26 Dec 2019 03:23:56 +0000 (+0900) Subject: tcp comm kind of working X-Git-Tag: v0.12.2~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e4aef844175c6da37861f92f8d104d533f199c9;p=oweals%2Fgnunet.git tcp comm kind of working --- 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, (GNUNET_YES == queue->finishing) ? "yes" : "no", (NULL == queue->write_task) ? "yes" : "no"); GNUNET_assert (mq == queue->mq); + queue->mq_awaits_continue = GNUNET_YES; if (GNUNET_YES == queue->finishing) return; /* this queue is dying, drop msg */ GNUNET_assert (0 == queue->pwrite_off);