gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix comments


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix comments
Date: Wed, 27 Jun 2018 20:18:37 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 27f196e15 fix comments
27f196e15 is described below

commit 27f196e153ef2d16269b1a24af599b1809c19d3c
Author: xrs <address@hidden>
AuthorDate: Wed Jun 27 20:18:23 2018 +0200

    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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]