projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b5123a
)
fix comments
author
xrs
<xrs@mail36.net>
Wed, 27 Jun 2018 18:18:23 +0000
(20:18 +0200)
committer
xrs
<xrs@mail36.net>
Wed, 27 Jun 2018 18:18:23 +0000
(20:18 +0200)
src/cadet/gnunet-cadet.c
patch
|
blob
|
history
diff --git
a/src/cadet/gnunet-cadet.c
b/src/cadet/gnunet-cadet.c
index 4fedf1c053fed0ae9d2e148777d2bee1ae6986c0..b22881907dc03a38ca0c8911e656d9db8a80c650 100644
(file)
--- 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 t
he
data of stdin is pooring in too fast.
+ // Use MQ's notification if t
oo much
data of stdin is pooring in too fast.
if (STREAM_BUFFER_SIZE < sent_pkt)
{
GNUNET_MQ_notify_sent (env, mq_cb, cls);