fix comments
authorxrs <xrs@mail36.net>
Wed, 27 Jun 2018 18:18:23 +0000 (20:18 +0200)
committerxrs <xrs@mail36.net>
Wed, 27 Jun 2018 18:18:23 +0000 (20:18 +0200)
src/cadet/gnunet-cadet.c

index 4fedf1c053fed0ae9d2e148777d2bee1ae6986c0..b22881907dc03a38ca0c8911e656d9db8a80c650 100644 (file)
@@ -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);