aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_channel.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-20 18:56:17 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-20 18:56:17 +0100
commit6a828bdf078d44531cc8e7de70a88e9b6f438da9 (patch)
treeea7f15f8bc70c911d97a1d7de9f3601fdf2c2ad0 /src/cadet/gnunet-service-cadet-new_channel.c
parent6b25953f27639c7b87c98a6cb55fd173c9dc5016 (diff)
downloadgnunet-6a828bdf078d44531cc8e7de70a88e9b6f438da9.tar.gz
gnunet-6a828bdf078d44531cc8e7de70a88e9b6f438da9.zip
more work on new tunnel logic
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 c6adc351b..5d2eba618 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -25,6 +25,10 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * 26 *
27 * TODO: 27 * TODO:
28 * - handle CREATE_ACK
29 * - handle plaintext data
30 * - handle plaintext ACK
31 * - handle destroy
28 * - estimate max bandwidth using bursts and use to for CONGESTION CONTROL! 32 * - estimate max bandwidth using bursts and use to for CONGESTION CONTROL!
29 * - check that '0xFFULL' really is sufficient for flow control! 33 * - check that '0xFFULL' really is sufficient for flow control!
30 * - what about the 'no buffer' option? 34 * - what about the 'no buffer' option?