commit 27f196e153ef2d16269b1a24af599b1809c19d3c parent 9b5123a9f0db581c92a0cfcfddacd29ff75380cf Author: xrs <xrs@mail36.net> Date: Wed, 27 Jun 2018 20:18:23 +0200 fix comments Diffstat:
| M | 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 @@ -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);