aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-cadet.c
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-06-27 20:18:23 +0200
committerxrs <xrs@mail36.net>2018-06-27 20:18:23 +0200
commit27f196e153ef2d16269b1a24af599b1809c19d3c (patch)
tree0eea90d9f03d578702db4152a745ed2213bbe908 /src/cadet/gnunet-cadet.c
parent9b5123a9f0db581c92a0cfcfddacd29ff75380cf (diff)
downloadgnunet-27f196e153ef2d16269b1a24af599b1809c19d3c.tar.gz
gnunet-27f196e153ef2d16269b1a24af599b1809c19d3c.zip
fix comments
Diffstat (limited to 'src/cadet/gnunet-cadet.c')
-rw-r--r--src/cadet/gnunet-cadet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index 4fedf1c05..b22881907 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -28,7 +28,6 @@
28#include "cadet.h" 28#include "cadet.h"
29 29
30#define STREAM_BUFFER_SIZE 1024 // Pakets 30#define STREAM_BUFFER_SIZE 1024 // Pakets
31//#define STREAM_BUFFER_SIZE 5*1024*1024 // 5 MB
32 31
33/** 32/**
34 * Option -P. 33 * Option -P.
@@ -279,7 +278,7 @@ read_stdio (void *cls)
279 278
280 if (GNUNET_NO == echo) 279 if (GNUNET_NO == echo)
281 { 280 {
282 // Use MQ's notification if the data of stdin is pooring in too fast. 281 // Use MQ's notification if too much data of stdin is pooring in too fast.
283 if (STREAM_BUFFER_SIZE < sent_pkt) 282 if (STREAM_BUFFER_SIZE < sent_pkt)
284 { 283 {
285 GNUNET_MQ_notify_sent (env, mq_cb, cls); 284 GNUNET_MQ_notify_sent (env, mq_cb, cls);