note on next steps
authorChristian Grothoff <christian@grothoff.org>
Sun, 5 May 2019 12:09:22 +0000 (14:09 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 5 May 2019 12:09:22 +0000 (14:09 +0200)
src/transport/gnunet-service-tng.c

index ab91599637de3f7c665fc3edfa764f1aeac4a6a7..df03035713fe355ae8b69ce5014e838a6bfa2b0c 100644 (file)
  * TODO:
  * Implement next:
  * - add (more) logging
- * - change transport-core API to specify transmission preferences (latency,
- *   reliability, etc.) per message!
+ * - realize transport-to-transport flow control (needed in case
+ *   communicators do not offer flow control).  Note that we may not
+ *   want to simply delay the ACKs as that may cause unnecessary
+ *   re-transmissions. => Introduce proper flow and congestion window(s)!
  * - review retransmission logic, right now there is no smartness there!
  *   => congestion control, flow control, etc [PERFORMANCE-BASICS]
  *