aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing2.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-10-14 13:08:54 +0200
committert3sserakt <t3ss@posteo.de>2020-10-14 13:08:54 +0200
commit032f5c0850c7034752be1c4c86a68fb9914ec3e0 (patch)
tree564f87de975bbc056606c6bdfd2c7a50d2f34c12 /src/transport/transport-testing2.c
parente0ff55875db012dc8bc8daa02f1f71e872ccc347 (diff)
downloadgnunet-032f5c0850c7034752be1c4c86a68fb9914ec3e0.tar.gz
gnunet-032f5c0850c7034752be1c4c86a68fb9914ec3e0.zip
- Changed delay. Removed intial waiting
Diffstat (limited to 'src/transport/transport-testing2.c')
-rw-r--r--src/transport/transport-testing2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport-testing2.c b/src/transport/transport-testing2.c
index baafff249..1e2579048 100644
--- a/src/transport/transport-testing2.c
+++ b/src/transport/transport-testing2.c
@@ -557,6 +557,7 @@ handle_update_queue_message (void *cls,
557 // tc_queue->q_len += GNUNET_ntohll (msg->q_len); 557 // tc_queue->q_len += GNUNET_ntohll (msg->q_len);
558 // Uncomment this for alternativ 2 of backchannel functionality 558 // Uncomment this for alternativ 2 of backchannel functionality
559 tc_queue->q_len = GNUNET_ntohll (msg->q_len); 559 tc_queue->q_len = GNUNET_ntohll (msg->q_len);
560 // Until here for alternativ 2
560 GNUNET_SERVICE_client_continue (client->client); 561 GNUNET_SERVICE_client_continue (client->client);
561} 562}
562 563