aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-05 14:09:22 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-05 14:09:22 +0200
commitda2a7dd658fa766a71444297051854b166b80fc0 (patch)
treee1829e0856bfe93d88a0e07b1a34ac44637ead93 /src/transport
parente94c5914935ca0842ca762d343cb167c68b8a79a (diff)
downloadgnunet-da2a7dd658fa766a71444297051854b166b80fc0.tar.gz
gnunet-da2a7dd658fa766a71444297051854b166b80fc0.zip
note on next steps
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-tng.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c
index ab9159963..df0303571 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -25,8 +25,10 @@
25 * TODO: 25 * TODO:
26 * Implement next: 26 * Implement next:
27 * - add (more) logging 27 * - add (more) logging
28 * - change transport-core API to specify transmission preferences (latency, 28 * - realize transport-to-transport flow control (needed in case
29 * reliability, etc.) per message! 29 * communicators do not offer flow control). Note that we may not
30 * want to simply delay the ACKs as that may cause unnecessary
31 * re-transmissions. => Introduce proper flow and congestion window(s)!
30 * - review retransmission logic, right now there is no smartness there! 32 * - review retransmission logic, right now there is no smartness there!
31 * => congestion control, flow control, etc [PERFORMANCE-BASICS] 33 * => congestion control, flow control, etc [PERFORMANCE-BASICS]
32 * 34 *