From: xrs Date: Wed, 27 Jun 2018 18:18:23 +0000 (+0200) Subject: fix comments X-Git-Tag: v0.11.0~332^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27f196e153ef2d16269b1a24af599b1809c19d3c;p=oweals%2Fgnunet.git fix comments --- 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);