From 27f196e153ef2d16269b1a24af599b1809c19d3c Mon Sep 17 00:00:00 2001 From: xrs Date: Wed, 27 Jun 2018 20:18:23 +0200 Subject: [PATCH] fix comments --- src/cadet/gnunet-cadet.c | 3 +-- 1 file changed, 1 insertion(+), 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 @@ #include "cadet.h" #define STREAM_BUFFER_SIZE 1024 // Pakets -//#define STREAM_BUFFER_SIZE 5*1024*1024 // 5 MB /** * Option -P. @@ -279,7 +278,7 @@ read_stdio (void *cls) if (GNUNET_NO == echo) { - // Use MQ's notification if the data of stdin is pooring in too fast. + // Use MQ's notification if too much data of stdin is pooring in too fast. if (STREAM_BUFFER_SIZE < sent_pkt) { GNUNET_MQ_notify_sent (env, mq_cb, cls); -- 2.25.1