From 9aa5f80626ef47b1c5f027308abc5dcef0adbb89 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Tue, 31 Dec 2019 12:39:14 +0900 Subject: update udp communicator --- src/transport/transport_api2_communication.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport/transport_api2_communication.c') diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c index 9df9424da..01a2447fa 100644 --- a/src/transport/transport_api2_communication.c +++ b/src/transport/transport_api2_communication.c @@ -893,6 +893,7 @@ GNUNET_TRANSPORT_communicator_receive ( // and then have the application fill in the body so we do // not have to memcpy() memcpy (&im[1], msg, msize); + im->fc_on = htonl (GNUNET_NO); if (NULL != cb) { struct FlowControl *fc; -- cgit v1.2.3