aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_channel.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-19 15:58:50 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-19 15:58:50 +0100
commitaedd5919e802370061850486c96da72b25df7f22 (patch)
tree0ed8b4f3e7b29e337393008d4e292600314c54d4 /src/cadet/gnunet-service-cadet-new_channel.c
parentbc43d8978d8695ff97cc67b65c29769e9c7f8f0e (diff)
downloadgnunet-aedd5919e802370061850486c96da72b25df7f22.tar.gz
gnunet-aedd5919e802370061850486c96da72b25df7f22.zip
note on things left to do
Diffstat (limited to 'src/cadet/gnunet-service-cadet-new_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet-new_channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet-new_channel.c b/src/cadet/gnunet-service-cadet-new_channel.c
index 92ab61543..5acd098b6 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -24,6 +24,10 @@
24 * @brief logical links between CADET clients 24 * @brief logical links between CADET clients
25 * @author Bartlomiej Polot 25 * @author Bartlomiej Polot
26 * @author Christian Grothoff 26 * @author Christian Grothoff
27 *
28 * TODO:
29 * - estimate max bandwidth using bursts and use to optimize
30 * transmission rate(s)
27 */ 31 */
28 32
29#include "platform.h" 33#include "platform.h"