gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: tcp comm kind of working


From: gnunet
Subject: [gnunet] branch master updated: tcp comm kind of working
Date: Thu, 26 Dec 2019 04:27:17 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8e4aef844 tcp comm kind of working
8e4aef844 is described below

commit 8e4aef844175c6da37861f92f8d104d533f199c9
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Dec 26 12:23:56 2019 +0900

    tcp comm kind of working
---
 src/transport/gnunet-communicator-tcp.c | 1 +
 1 file changed, 1 insertion(+)

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);

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



reply via email to

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