aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-31 12:39:14 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-31 12:39:14 +0900
commit9aa5f80626ef47b1c5f027308abc5dcef0adbb89 (patch)
treed96d229f87dc11d73daf3b38bce1e740b874f031 /src/transport/transport_api2_communication.c
parentb82fedab2505eccef3161d225473a5c75dd012cd (diff)
downloadgnunet-9aa5f80626ef47b1c5f027308abc5dcef0adbb89.tar.gz
gnunet-9aa5f80626ef47b1c5f027308abc5dcef0adbb89.zip
update udp communicator
Diffstat (limited to 'src/transport/transport_api2_communication.c')
-rw-r--r--src/transport/transport_api2_communication.c1
1 files changed, 1 insertions, 0 deletions
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 (
893 // and then have the application fill in the body so we do 893 // and then have the application fill in the body so we do
894 // not have to memcpy() 894 // not have to memcpy()
895 memcpy (&im[1], msg, msize); 895 memcpy (&im[1], msg, msize);
896 im->fc_on = htonl (GNUNET_NO);
896 if (NULL != cb) 897 if (NULL != cb)
897 { 898 {
898 struct FlowControl *fc; 899 struct FlowControl *fc;